[HELP]HandsUP,Talk
#1

Hello i need help with 2 commands
1)i wan't to add /handsup command to Police Oficers... (when they type /handsup (playerid)... (playerid) should get freezed and put his hands up
2)Talking animation while you send message in local chat .. but without zombie walk bug after animation

if anybody could help i'll be real gratefull : P
Reply
#2

https://sampwiki.blast.hk/wiki/Fast_Commands

https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction

https://sampwiki.blast.hk/wiki/ApplyAnimation
Reply
#3

POST EDITED...
ERROR FIXED !
but theres one more problem ... i can't see other players hands up on my client Oo
Reply
#4

On ApplyAnimation set the last, 10th parameter (forcesync) to 1.
Reply
#5

COMMAND:handsup(playerid, params[])
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HAN DSUP);
return 1;
}
COMMANDmoke(playerid, params[])
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMO KE_CIGGY);
return 1;
}



so simple?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)