23.08.2009, 10:05
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;
}
}

