How to disable skin chooser?
#2

pawn Код:
//Under Request class:
SetTimerEx("AutoSpawn", 123, 0, "i", playerid);

//Bottom of your script:
forward AutoSpawn(playerid);
public AutoSpawn(playerid)
{
    SpawnPlayer(playerid);
    return 1;
}
It works on my gamemode so should for you
Reply


Messages In This Thread
How to disable skin chooser? - by DJGama101 - 05.01.2013, 18:40
Re: How to disable skin chooser? - by Infinity90 - 05.01.2013, 19:12
Re: How to disable skin chooser? - by DJGama101 - 05.01.2013, 19:18

Forum Jump:


Users browsing this thread: 1 Guest(s)