12.05.2010, 18:31
Like after the player logs in he doesnt go to onplayerrequestclass again. And directly spawns with his saved skin.
I have:
Doesnt work..
I have:
pawn Код:
if(PlayerInfo[playerid][Skin] != 0)
{
SpawnPlayer(playerid);
}
else
{
ForceClassSelection(playerid);
}