20.02.2011, 03:11
Make our lifes easier and make the class selection optional. I mean something like this:
That would send the player to class selection. The player wouldn't go to class selection if you didn't use that function.
pawn Код:
public OnPlayerConnect(playerid)
{
SendPlayerToClassSelection(playerid);
return 1;
}