[HELP]HandsUP,Talk - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]HandsUP,Talk (
/showthread.php?tid=188084)
[HELP]HandsUP,Talk -
Blatnoi - 06.11.2010
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
Re: [HELP]HandsUP,Talk -
MadeMan - 06.11.2010
https://sampwiki.blast.hk/wiki/Fast_Commands
https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction
https://sampwiki.blast.hk/wiki/ApplyAnimation
Re: [HELP]HandsUP,Talk -
Blatnoi - 08.11.2010
POST EDITED...
ERROR FIXED !
but theres one more problem ... i can't see other players hands up on my client Oo
Re: [HELP]HandsUP,Talk -
Jaxson - 08.11.2010
On ApplyAnimation set the last, 10th parameter (forcesync) to 1.
Re: [HELP]HandsUP,Talk -
FerrariII - 08.11.2010
COMMAND:handsup(playerid, params[])
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HAN DSUP);
return 1;
}
COMMAND
moke(playerid, params[])
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMO KE_CIGGY);
return 1;
}
so simple?