IsValidCustomSkin
#8

I got this error now
PHP код:
error 002only a single statement (or expressioncan follow each "case"
warning 215expression has no effect
warning 209
: function "IsValidSkin" should return a value
error 054
unmatched closing brace ("}"
PHP код:
stock IsValidSkin(skinid)
{
    switch(
skinid)
    {
        case 
0..73,75..311,25000..25007,26001..26011,27001: return true;
        return 
false;
    }

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)