Skins include?
#3

pawn Код:
stock IsValidSkin(SkinID)
{
    if(0 < SkinID < 300)
    {
        switch(SkinID)
        {
            case 3..6, 8, 42, 65, 74, 86, 119, 149, 208, 273, 289: return 0;
        }
        return 1;
    }
    return 0;
}
Found it in a 1st time search...
Reply


Messages In This Thread
Skins include? - by DarrenReeder - 01.01.2011, 22:30
Re: Skins include? - by Darklom - 01.01.2011, 22:33
Re: Skins include? - by [L3th4l] - 01.01.2011, 22:37

Forum Jump:


Users browsing this thread: 1 Guest(s)