Anti Spam
#2

Do something like:
Код:
OnPlayerText(blblaabl....)
  {
  if(spam=1)
    {
    return 0;
    }
  else
    {
    SetTimer(balablblabla to your callback which changes the "spam" to 0, like 1 second);
    return 1;
    }
  }
Reply


Messages In This Thread
Anti Spam - by Puzi - 23.08.2009, 09:37
Re: Anti Spam - by ronyx69 - 23.08.2009, 10:05
Re: Anti Spam - by Puzi - 23.08.2009, 10:14
Re: Anti Spam - by ronyx69 - 23.08.2009, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)