Disable F4 (Skin selection)
#6

pawn Code:
new ChosenSkin[playerid]

Under OnPlayerRequestClass

if(ChosenSkin[playerid] == 1)
return SpawnPlayer(playerid);

Under OnPlayerSpawn

ChosenSkin[playerid] = 1;

Under OnPlayerConnect

ChosenSkin[playerid] = 0;

That means when they first connect, they can chose skin, but after they've spawned, cannot. Not tested.
Reply


Messages In This Thread
Disable F4 (Skin selection) - by Trooper[Y] - 04.05.2009, 12:09
Re: Disable F4 (Skin selection) - by HB - 04.05.2009, 12:17
Re: Disable F4 (Skin selection) - by OmeRinG - 04.05.2009, 12:22
Re: Disable F4 (Skin selection) - by Trooper[Y] - 04.05.2009, 12:40
Re: Disable F4 (Skin selection) - by HB - 04.05.2009, 14:56
Re: Disable F4 (Skin selection) - by Redirect Left - 04.05.2009, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)