#1

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?
Reply
#2

i think its something like this

Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
	return 1;
}

public OnPlayerSpawn(playerid)
{
    StopLoopingAnim(playerid);
	return 1;
}
Reply
#3

thank's
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)