12.07.2017, 23:58
I got this code but it doesn't Force the player to class selection, it just kills him
Код:
CMD:kill(playerid, params[])
{
ForceClassSelection(playerid);
SetPlayerHealth(playerid, 0);
GameTextForPlayer(playerid, "You Have been Killed", 5000, 4);
return 1;
}


