Animation at start. - 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)
+--- Thread: Animation at start. (
/showthread.php?tid=434267)
Animation at start. -
dorperez - 01.05.2013
I wnat to do that when the player register he can see himself sitting.
How can I do that ?
Re: Animation at start. -
SilverKiller - 01.05.2013
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_SITTING);
Put that after he registers..
Re: Animation at start. -
dorperez - 01.05.2013
Quote:
Originally Posted by SilverKiller
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_SITTING);
Put that after he registers..
|
Its do nothing ..
Re: Animation at start. -
Riddick94 - 01.05.2013
Just apply player animation with ApplyAnimation function in OnPlayerRequestCallback.