SA-MP Forums Archive
How can i make a player dance wen choosing a sking? - 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 can i make a player dance wen choosing a sking? (/showthread.php?tid=215423)



How can i make a player dance wen choosing a sking? - Elmerz_com - 23.01.2011

Hello, How can i make a player dance wen the are choosing skin?


Re: How can i make a player dance wen choosing a sking? - HyperZ - 23.01.2011

Put this under
OnPlayerRequestClass(playerid, classid):
pawn Код:
ApplyAnimation(playerid,"DANCING","dnce_M_b",4.0,1,0,0,0,-1);



Re: How can i make a player dance wen choosing a sking? - Elmerz_com - 23.01.2011

Thanks!!


Re: How can i make a player dance wen choosing a sking? - Elmerz_com - 23.01.2011

what about wen they spawn? to make it stop dancing.


Re: How can i make a player dance wen choosing a sking? - HyperZ - 23.01.2011

Quote:
Originally Posted by Elmerz_com
Посмотреть сообщение
what about wen they spawn? to make it stop dancing.
OnPlayerSpawn:
pawn Код:
ApplyAnimation(playerid, "CARRY", "crry_prtial", 1.0, 0, 0, 0, 0, 0);



Re: How can i make a player dance wen choosing a sking? - Samo70 - 23.01.2011

ApplyAnimation(playerid,"DANCING","dnce_M_b",0.0,0 ,0,0,0,-1);