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