viniciusph40 Posted May 28, 2015 Share Posted May 28, 2015 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 ) Link to comment
GuilhermeCouto Posted May 28, 2015 Share Posted May 28, 2015 Olá poderia descrever melhor a sua dúvida? Não entendi muito o que você pretende fazer. Link to comment
viniciusph40 Posted May 28, 2015 Author Share Posted May 28, 2015 Olá poderia descrever melhor a sua dúvida? Não entendi muito o que você pretende fazer. estou querendo fazer um comando de /algemar a pessoa Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now