Help With Locking Skins
#4

Well, for example if you have a command like /buyskin then this should be your code.

pawn Код:
cmd(buyskin, playerid, params[])
{
    new skinid;
    if(skinid == IDHERE || skinid == IDHERE || skinid  == IDHERE) return SendClientMessage(playerid, -1,"The skin you have selected is for LSPD only"); //Add the skins to this line
    SetPlayerSkin(playerid, skinid);
}
Try this.
Reply


Messages In This Thread
Help With Locking Skins - by Compton - 18.02.2012, 15:36
Re: Help With Locking Skins - by Littlehelper - 18.02.2012, 15:43
Re: Help With Locking Skins - by Compton - 18.02.2012, 15:46
Re: Help With Locking Skins - by JhnzRep - 18.02.2012, 15:50
Re: Help With Locking Skins - by Littlehelper - 18.02.2012, 15:56
Re: Help With Locking Skins - by JhnzRep - 18.02.2012, 15:58
Re: Help With Locking Skins - by Compton - 18.02.2012, 15:59
Re: Help With Locking Skins - by JhnzRep - 18.02.2012, 16:04
Re: Help With Locking Skins - by Compton - 18.02.2012, 16:20
Re: Help With Locking Skins - by JhnzRep - 18.02.2012, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)