[Question]Timers...
#2

Код:
// Top
new AntiAdSpam;
forward ResetAntiAdSpam();

// Ongamemodeinit
AntiAdSpam = 0;

// Command => ad
if (AntiAdSpam) { SendClientMessage ... return 1; }
AntiAdSpam = 1;
SetTimerEx("ResetAntiAdSpam", 60000, false);

// Functions
public ResetAntiAdSpam()
{
AntiAdSpam = 0;
return 1;
}
Reply


Messages In This Thread
[Question]Timers... - by Alex_Valde - 28.09.2010, 20:18
AW: [Question]Timers... - by Arrows73 - 28.09.2010, 20:20
Re: AW: [Question]Timers... - by Alex_Valde - 28.09.2010, 20:35
Re: AW: [Question]Timers... - by Alex_Valde - 28.09.2010, 20:38

Forum Jump:


Users browsing this thread: 1 Guest(s)