31.03.2015, 05:54
PHP код:
public OnPlayerRequestClass(playerid, classid)
{
switch(random(2))
{
case 0: ApplyAnimation(playerid, "PED", "WALK_DRUNK", 4.1, 1, 1, 1, 1, 1, 1);
case 1: ApplyAnimation(playerid, "FIGHT_B", "FightB_1", 4.1, 1, 1, 1, 1, 1, 1);
}
return true;
}