16.12.2010, 08:08
Use
Actually, This is simple way to change the Team.
pawn Код:
ForceClassSelection(playerid);
pawn Код:
if(strcmp(cmdtext, "/class",true)==0)
{
ForceClassSelection(playerid);
SendClientMessage(playerid, 0x0000FFAA,"[CLASS]> You have been forced to the class selection");
SetPlayerHealth(playerid, 0.00);
return 1;
}