Skin selection problem
#2

OnPlayerRequestSpawn use the following code.

pawn Код:
if(GetPlayerSkin(...) )            // put your skins that you don't wish ppl to make.
{
if(Player.....)   // put the if statement to declare the player is NOT eligible for this skin.
{
SendClientMessage(playerid,COLOR_WHITE,"You are not eligible for this skin");
return 0;
}
}
I hope this helps, + rep if it did, btw the important thing is to make return 0 where you don't want ppl to spawn under OnPlayerRequestClass
Reply


Messages In This Thread
Skin selection problem - by k3nw00d_kri5ty - 25.12.2011, 17:13
Re: Skin selection problem - by silvan - 26.12.2011, 10:05
Re: Skin selection problem - by k3nw00d_kri5ty - 08.01.2012, 22:05
Re: Skin selection problem - by silvan - 09.01.2012, 08:39
Re: Skin selection problem - by k3nw00d_kri5ty - 09.01.2012, 09:09
Re: Skin selection problem - by k3nw00d_kri5ty - 11.01.2012, 07:43
Re: Skin selection problem - by ScriptJorkis - 11.01.2012, 07:49

Forum Jump:


Users browsing this thread: 2 Guest(s)