/skin command doesn't work
#1

It always says "You cannot use this Skin!":

Код:
CMD:skin(playerid,params[])
{
       new skinid, string[128];
       if(sscanf(params, "d", skinid)) return SendClientMessage(playerid, /skin skinid");
       if(skinid < 1 || skinid > 299) return SendClientMessage(playerid,"Skin ID must be between 1 and 299!");
       if(skinid > 162 || skinid < 217) return SendClientMessage(playerid,"You cannot use this Skin!");
       SetPlayerSkin(playerid, skinid);
       SendClientMessage(playerid,"Skin changed");
    return 1;
}
Reply


Messages In This Thread
/skin command doesn't work - by Blackazur - 30.05.2015, 02:09
Re : /skin command doesn't work - by AlexBlack - 30.05.2015, 02:23
Re: /skin command doesn't work - by fuckingcruse - 30.05.2015, 04:10
Re: /skin command doesn't work - by [LvZ]Free - 30.05.2015, 06:17
Re: /skin command doesn't work - by NoDi522 - 30.05.2015, 06:19

Forum Jump:


Users browsing this thread: 2 Guest(s)