How to skip skin selection
#7

Thx but if spawned.. the player dont spawn appears down "<< >> spawn" here is my code

i want spawn automatically if spawned == 1!!

another thing.. is a rp server so when player connect appears login or register dialog..

Код:
public OnPlayerRequestClass(playerid, classid)
{
	if(pinfo[playerid][spawned] == 1) // Checks if the player is registered
    {
        SpawnPlayer(playerid);
        return 1;
    }
    else
    {
        SetupPlayerForClassSelection(playerid);
    }
	return 1;
}
Reply


Messages In This Thread
How to skip skin selection - by Zafire1410 - 05.08.2010, 17:05
Re: How to skip skin selection - by RyDeR` - 05.08.2010, 17:06
Re: How to skip skin selection - by [XST]O_x - 05.08.2010, 17:08
Re: How to skip skin selection - by Hiddos - 05.08.2010, 17:10
Re: How to skip skin selection - by [XST]O_x - 05.08.2010, 17:13
Re: How to skip skin selection - by Kar - 05.08.2010, 17:13
Re: How to skip skin selection - by Zafire1410 - 05.08.2010, 17:16
Re: How to skip skin selection - by Hiddos - 05.08.2010, 17:17
Re: How to skip skin selection - by Kar - 05.08.2010, 17:21
Re: How to skip skin selection - by Zafire1410 - 05.08.2010, 17:24

Forum Jump:


Users browsing this thread: 1 Guest(s)