dance - 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: dance (
/showthread.php?tid=144764)
dance -
Vendetta692 - 29.04.2010
Hey guy's I was Wondering If anyone could help me with my public On Player Request Class I was wondering if anyone could help me so that when they click to choose there character they are dancing like /dance 3 looking thing Please And thankyou?
Re: dance -
BLAbla93 - 29.04.2010
i think its something like this
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return 1;
}
public OnPlayerSpawn(playerid)
{
StopLoopingAnim(playerid);
return 1;
}
Re: dance -
Vendetta692 - 29.04.2010
thank's