More simple way to do this?
#4

You could simplify your code like this:

pawn Code:
stock IsValidSkin(skinid)
{
    switch(skinid)case 0,165,166,211,217,265,266,267,274,275,276,277,278,279,280,281,283,283,284,285,286,287,288,294: return 0;
    return 1;
}
Reply


Messages In This Thread
More simple way to do this? - by 2KY - 14.04.2012, 04:08
Re: More simple way to do this? - by [HiC]TheKiller - 14.04.2012, 05:59
Re: More simple way to do this? - by 2KY - 14.04.2012, 14:18
Re: More simple way to do this? - by Joe Staff - 14.04.2012, 14:21

Forum Jump:


Users browsing this thread: 1 Guest(s)