IsValidCustomSkin
#10

thanks,it compiled.
but how do I make so that skin id 26001..26007 only can be used for premium?

PHP код:
stock IsValidSkin(skinid)
{
    switch(
skinid)
    {
        case 
0..73,75..311,25000..25007,27001: return true;
        case 
26001..26011//premium skins
        
{
            if(
Premium[playerid] < 2) return Error(playerid"Can't use this skin");
        }
    }
    return 
false;

you know,playerid is not defined.
Reply


Messages In This Thread
IsValidCustomSkin - by PowerF - 02.04.2018, 11:16
Re: IsValidCustomSkin - by ForCop - 02.04.2018, 11:28
Re: IsValidCustomSkin - by PowerF - 02.04.2018, 11:30
Re: IsValidCustomSkin - by ForCop - 02.04.2018, 11:31
Re: IsValidCustomSkin - by PowerF - 02.04.2018, 11:36
Re: IsValidCustomSkin - by ForCop - 02.04.2018, 11:37
Re: IsValidCustomSkin - by ForCop - 02.04.2018, 11:40
Re: IsValidCustomSkin - by PowerF - 02.04.2018, 11:41
Re: IsValidCustomSkin - by ForCop - 02.04.2018, 11:45
Re: IsValidCustomSkin - by PowerF - 02.04.2018, 12:06

Forum Jump:


Users browsing this thread: 1 Guest(s)