13.02.2010, 09:32
Title tells all, how to make a Player Forced to register/Login?
And, how do i delete/Bypass the Skin Selection?
And, how do i delete/Bypass the Skin Selection?
public OnPlayerRequestSpawn(playerid) { if (gPlayerLogged[playerid] == 1) // Or whatever you got here { } else { SendClientMessage(playerid, 0xFF0000AA, "Login before you spawn!"); return 0; } return 1; } |