SKin help
#3

Add a variable like: new lockskin;

In your skin command add
Код:
if(lockskin[playerid] == 1) return SendClientMessage(playerid, -1, "You cannot select skins.");
Do you want the player to not be able to use specific skins? If so, add
Код:
new skin; //to your command
Код:
if(skin //id) return SendClientMessage(playerid, -1, "Cannot use this skin");
Reply


Messages In This Thread
SKin help - by Mustafa6155 - 24.10.2012, 15:05
Re: SKin help - by Mustafa6155 - 24.10.2012, 16:44
Re: SKin help - by AaronKillz - 24.10.2012, 17:10
Re: SKin help - by Youice - 24.10.2012, 17:14
Re: SKin help - by Mustafa6155 - 24.10.2012, 19:06
Re: SKin help - by Mecie_Jam - 24.10.2012, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)