Don't allow players to leave the Class Selection until login?
#6

public OnPlayerRequestSpawn(playerid)
{
return LoggedIn[playerid];
}

Now, if you have other code under OnPlayerRequestSpawn, add this to the top of the function:
if(!LoggedIn[playerid])
{
return 0;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)