skin System problem
#5

I rly lol'd
pawn Код:
IsInvalidSkin(skinid)
{
    #define MAX_BAD_SKINS 22
    new InSkin[MAX_BAD_SKINS] = {
    0, 3, 4, 5, 6, 8, 42, 65, 74, 86,
    119, 149, 208,  273, 289};
    for (new i = 0; i < MAX_BAD_SKINS; i++) {
    if (skinid == InSkin[i]) return true;}
    return 0;
}
Reply


Messages In This Thread
skin System problem - by AzTeCaS - 22.12.2010, 07:59
Re: skin System problem - by Lorenc_ - 22.12.2010, 08:17
Re: skin System problem - by Sledge - 22.12.2010, 08:18
Re: skin System problem - by iggy1 - 22.12.2010, 08:21
Re: skin System problem - by HyperZ - 22.12.2010, 08:25
Re: skin System problem - by iggy1 - 22.12.2010, 08:33
Re: skin System problem - by AzTeCaS - 22.12.2010, 08:37
Re: skin System problem - by iggy1 - 22.12.2010, 08:46
Re: skin System problem - by TopAz07 - 22.12.2010, 11:32
Re: skin System problem - by Sledge - 22.12.2010, 18:02

Forum Jump:


Users browsing this thread: 2 Guest(s)