// 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; }
Код:
// 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; } |
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.
SetTimerEx("ResetAntiAdSpam", 60000, false);
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. pawn Код:
|