[Question]Timers...
#3

Quote:
Originally Posted by Arrows73
Посмотреть сообщение
Код:
// 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;
}
I get 1 warning...

Код:
C:\Users\CrTheVirus\Desktop\Samp Server\[SAMP 0.3] - Razer\gamemodes\razer.pwn(20032) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664              Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Line 20032 :
pawn Код:
SetTimerEx("ResetAntiAdSpam", 60000, false);
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)