SA-MP Forums Archive
[HELP]Warning on samp-server.exe - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]Warning on samp-server.exe (/showthread.php?tid=343365)



[HELP]Warning on samp-server.exe - 3RoR - 17.05.2012

Photo,why this warning ?


Re: [HELP]Warning on samp-server.exe - 3RoR - 17.05.2012

y have only this timer in ongamemodeinit()
pawn Код:
synctimer = SetTimer("SyncUp", 60000, 1);
    unjailtimer = SetTimer("SetPlayerUnjail", 1000, 1);
    SetTimer("Health", 100000, 1);
    othtimer = SetTimer("OtherTimer", 1000, 1);
    cartimer = SetTimer("CarCheck", 30000, 1);
    pickuptimer = SetTimer("CustomPickups", 1000, 1);
    spectatetimer = SetTimer("Spectator", 2000, 1);
    productiontimer = SetTimer("Production", 300000, 1); //5 mins (300000)
    accountstimer = SetTimer("SaveAccounts", 1800000, 1); //30 mins every account saved
    checkgastimer = SetTimer("CheckGas", RunOutTime, 1);
    stoppedvehtimer = SetTimer("StoppedVehicle", RunOutTime, 1);
    SetTimer("ExpTimer", 100, 1);
    SetTimer("OneMinute", 60000, 1);
    SetTimer("GunTimer", 100, 1);
    #if ENABLE_MAP_ICON_STREAMER == 1
    SetTimer("MapIconStreamer", 500, 1);
    #endif
    SetTimer("PropertyPayout", 60000, 1);