19.01.2011, 17:37
pawn Код:
if (strcmp("/class", cmdtext, true, 10) == 0)
{
ForceClassSelection(playerid);
SendClientMessage(playerid, 0xAA3333AA,"[CLASS]> You have been forced to the class selection");
SetPlayerHealth(playerid, 0.00);
return 1;
}