What is better?
#2

you can use this:
PHP код:
new AntiSpam[MAX_PLAYERS]; 
PHP код:
if(gettime() < AntiSpam[playerid]) {
    
AntiSpam[playerid] = gettime() + 4;
}
else {
    
//here to send him to he is spaming

Reply


Messages In This Thread
What is better? - by DusanInfinity - 11.10.2015, 12:23
Re: What is better? - by Dusan01 - 11.10.2015, 12:26
Re: What is better? - by DusanInfinity - 11.10.2015, 12:45
Re: What is better? - by Jefff - 11.10.2015, 13:22

Forum Jump:


Users browsing this thread: 1 Guest(s)