SA-MP Forums Archive
how? - 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: how? (/showthread.php?tid=187241)



how? - dark_clown - 01.11.2010

how can i make a person with hands up?
pawn Код:
SetPlayerSpecialAction(id,SPECIAL_ACTION_HANDSUP);
copyed from ladmin but didnt work
how?


Re: how? - BMUK - 01.11.2010

SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);


Re: how? - dark_clown - 01.11.2010

im using id because it for jail im not jailing my self or seting the special action to me i want it for the id i entered
so id


Re: how? - cessil - 01.11.2010

try preloading the anim library first when they join then applying it.


Re: how? - Crayon - 01.11.2010

Playerid doesn't mean your ID, it gets the players id.


Re: how? - willsuckformoney - 02.11.2010

Nope playerid is YOUR id


Re: how? - Grim_ - 02.11.2010

Actually it's everyone's ID, if looking at it in a script view.. It's the ID of the player that has called that callback.