Jump to content

Lord Henry

Other Languages Moderators
  • Posts

    3,972
  • Joined

  • Last visited

  • Days Won

    179

Lord Henry last won the day on August 20

Lord Henry had the most liked content!

About Lord Henry

  • Birthday 16/01/1996

Member Title

  • Portuguese Section Moderator

Details

  • Gang
    MTA Simpsons
  • Location
    Brazil
  • Occupation
    Game Developer
  • Interests
    Resource Development, Gamer, Map Design, Staff Management, MTA Forum Portuguese Section Helper

Recent Profile Visitors

21,344 profile views

Lord Henry's Achievements

Soldier

Soldier (43/54)

1.6k

Reputation

Single Status Update

See all updates by Lord Henry

  1.  opa  preciso de uma ajuda, comecei a muito pouco tempo a fazer scripts, ja fiz alguns mais agora não estou conseguindo fazer uma;

    to tentando fazer que quando o jogador deslogue ou logue ele perca a tag de Staff, algume me ajuda pfv 


    function loggedOut1()
        aclGroupRemoveObject (aclGetGroup("Staff"), "user."..getAccountName(getPlayerAccount(source)))
        outputChatBox( "Logado com Sucesso", source )
        
    end
    addEventHandler("onPlayerLogout",getRootElement(),loggedOut1)

    Essa é uma base do que tentei 

    1. Show previous comments  9 more
    2. matheu_yu

      matheu_yu

      function SkinBVC(thePlay)
      		
      		aclGroupAddObject (aclGetGroup("Staff"), "user."..getAccountName(getPlayerAccount(thePlay)))
      		if isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(thePlay)), aclGetGroup ("Staff")) then
      		outputChatBox("Bom Trabalho!!", thePlay)
      		setPedSkin(thePlay, 10)
      		setPedArmor(thePlay, 100)
      		setElementHealth(thePlay, 100)  
      		else
      			outputChatBox("Oque voçê esta fazendo aki?!", thePlay)
      		
      	end
      end
      addEventHandler("onMarkerHit", mkr2, SkinBVC)
      
      function quitPlayer ( quitType )
      		aclGroupRemoveObject (aclGetGroup("Staff"), "user."..getAccountName(getPlayerAccount(thePlay)))
      end
      addEventHandler ( "onPlayerQuit", root, quitPlayer )

      This

       

    3. Lisandu

      Lisandu

       

      Nerd Gamimg

      i'm using NerdGaming Mods.

      it working corectly in my Server.

      This Works :P

      To change tag

      *Nerd_Gamig_Public.rar > NGChat > server.lua > Search for "[NG]" replace it to Your Tag...

    4. Lisandu

      Lisandu

      Note Nerd_Gaming Mods are RolePlay mods :)

×
×
  • Create New...