login Spawn
#1

Hello

If u are registred, when u join in the server, u must be logged in your account for can spawn,

anyone know?
Reply
#2

assuming you have a login command already:
Код:
OnPlayerRequestSpawn(playerid)
{
    if(!loggedin[playerid]) return 0;
    return 1;
}
change "loggedin" with whatever variable you use
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)