Spawn button.
#2

Create a variable and set it to one once they login,

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if(VariableLogged[playerid] == 0) return // Return the login dialog.
    return 1;
}
Reply


Messages In This Thread
Spawn button. - by Nicholas. - 17.06.2012, 05:35
Re: Spawn button. - by Kitten - 17.06.2012, 05:47

Forum Jump:


Users browsing this thread: 1 Guest(s)