Make the player spawn after logging in, without hitting "Spawn"
#2

try to this example if it will work.

pawn Код:
if(dialogid == DIALOG_LOGIN)//your login dialog
{
    if(response == 0)//no response
    {
        //Your Message here
    }
    if(response == 1)//password has entered correctly and ready to spawn!
    {
        //Loads all account information
        SpawnPlayer(playerid);//spawns a player directly
    }
    return 1;
}
Reply


Messages In This Thread
Make the player spawn after logging in, without hitting "Spawn" - by Dubya - 01.03.2013, 18:05
Re: Make the player spawn after logging in, without hitting "Spawn" - by Patrick - 01.03.2013, 18:10
Re: Make the player spawn after logging in, without hitting "Spawn" - by SilverKiller - 01.03.2013, 18:12
Re: Make the player spawn after logging in, without hitting "Spawn" - by Milangames - 17.01.2018, 11:33
Re: Make the player spawn after logging in, without hitting "Spawn" - by jasperschellekens - 17.01.2018, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)