20.12.2012, 08:43
Could you show what code you already have? I'd try this:
Having to assume you haven't already tried it.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerSpecialAction( playerid, SPECIAL_ACTION_DANCE1 );
//rest of stuff
return 1;
}