Jump to content

viniciusph40

Members
  • Posts

    5
  • Joined

  • Last visited

viniciusph40's Achievements

Vic

Vic (3/54)

0

Reputation

  1. estou querendo fazer um comando de /algemar a pessoa
  2. but I wanted to know what you want I do with this command and this all right to shackle a player 's server addCommandHandler ( "handcuff", function ( thePlayer, _, who ) if isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "Police" ) ) then local target = getPlayerFromName ( who ) -- Get the player from it's name if ( target ) then -- If the player exists setPedAnimation ( target, "SHOP", "SHP_Rob_Handsup", -1, true, false, false ) -- Set his/her animation setElementFrozen ( target, true ) -- Free him/her outputChatBox ( "Player ".. getPlayerName ( target ) .." was handcuffed by ".. getPlayerName ( thePlayer ) ..".", root, 255, 241, 0 ) -- Output a global message end end end )
  3. ola tive pesquisando um comando de dar /algemar e algemar a pessoa gostaria da ajuda de vocês não entendo muito disso oque tenho que fazer com esse arquivo e se tiver erro quem puder me ajudar agradeço. addCommandHandler ( "handcuff", function ( thePlayer, _, who ) if isObjectInACLGroup ( "user.".. getAccountName ( getPlayerAccount ( thePlayer ) ), aclGetGroup ( "Police" ) ) then local target = getPlayerFromName ( who ) -- Get the player from it's name if ( target ) then -- If the player exists setPedAnimation ( target, "SHOP", "SHP_Rob_Handsup", -1, true, false, false ) -- Set his/her animation setElementFrozen ( target, true ) -- Free him/her outputChatBox ( "Player ".. getPlayerName ( target ) .." was handcuffed by ".. getPlayerName ( thePlayer ) ..".", root, 255, 241, 0 ) -- Output a global message end end end )
  4. hello I would like your help , wanted a handcuff command with that animation as if someone pass me the download to put on the server thank Mecher not know much about scripter agardeço since ja
×
×
  • Create New...