28.12.2011, 07:25
I cant find anything from the script.
I suggest you to use ForceClassSelection
OR
I suggest you to use ForceClassSelection
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;
}
pawn Код:
CMD:class(playerid,params[]){
ForceClassSelection(playerid);
SendClientMessage(playerid, 0xAA3333AA,"[CLASS]> You have been forced to the class selection");
SetPlayerHealth(playerid, 0.00);
return 1;}