How can i make a player dance wen choosing a sking?
#1

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

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

Thanks!!
Reply
#4

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

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);
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)