04.06.2009, 19:40
Every time I try to spawn without login, it kill me and force me to reselect a character.
But if I spawn without login it kill me, and when I get back to the class selection skin these creepy things appear on the game:
HELP!
Код:
public OnPlayerSpawn(playerid) { if(Logged[playerid] == 0) { GameTextForPlayer(playerid, "~r~L~w~ogin ~r~b~w~efore ~r~s~w~pawn,~w~'/login' ~r~or ~w~'/register'", 6000, 4); SetPlayerHealth(playerid, 000.0); ForceClassSelection(playerid); return 1; } return 1; }
HELP!