Dialog Input
#7

Quote:
Originally Posted by Johndaone
...
That's the old inefficient way of doing it from the debugfs, it also blocks other skins such as CJ, Truth etc. which are infact valid and up to the server owner to block them.

pawn Код:
stock IsValidSkin(skinid)
{
    if (skinid < 0 || skinid > 299)
      return 0;

    switch (skinid)
    {
      case
            3, 4, 5, 6, 8, 42, 65, 74,
            86, 119, 149, 208, 273, 289: return 0;
    }
   
    return 1;
}
Reply


Messages In This Thread
Dialog Input - by TKZ227 - 23.05.2010, 03:01
Re: Dialog Input - by Babul - 23.05.2010, 03:43
Re: Dialog Input - by TKZ227 - 23.05.2010, 04:19
Re: Dialog Input - by Carlton - 23.05.2010, 04:24
Re: Dialog Input - by TKZ227 - 23.05.2010, 04:47
Re: Dialog Input - by Johndaone - 23.05.2010, 04:50
Re: Dialog Input - by Simon - 23.05.2010, 05:29
Re: Dialog Input - by TKZ227 - 29.05.2010, 01:12
Re: Dialog Input - by Miguel - 29.05.2010, 02:07
Re: Dialog Input - by aircombat - 29.05.2010, 07:38

Forum Jump:


Users browsing this thread: 3 Guest(s)