All global timers stop working while longer server uptime
#1

Hello, I have bunch of "global" timers in my gamemode, but there's a bug that appeared few days ago. When my server is up for 5-10 hours, all the "SetTimer" timers suddenly stop, even though "SetTimerEx" timers keep on working properly. There are no warnings/errors in compiler or serverlog. Someone who knows why this happens?

Timers in OnGameModeInIt:
PHP код:
    SetTimer("afkcheck"10000);
    
SetTimer("CheckBalon"1500true);
    
SetTimer("ObnovaBalicku"7200000true);
    
SetTimer("ObnovaWantedu"600000true);
    
SetTimer("Pocasi"3600000true);
    
SetTimer("Bedny"1800000true);
    
SetTimer("CheckBrana"1500true);
    
SetTimer("CheckKartac"150true);
    
SetTimer("CheckMicky"1500true);
    
SetTimer("DespawnVehicles"3000true);
    
SetTimer("ExportVeh"3600000true);
    
SetTimer("StartExportVeh"1500false);
    
SetTimer("Vysilac"30000true);
    
SetTimer("RandomZpravy"600000true);
    
SetTimer("SmazaniBodcu"300000true);
    
SetTimer("burglarcheck"1500true);
    
SetTimer("UzemiCheck"1500true);
    
SetTimer("CheckPlane"1500true);
    
SetTimer("CheckTime"1500true);
    
SetTimer("Check82"1500true);
    
SetTimer("Check83"1500true);
    
SetTimer("CheckCar"10000true);
    
SetTimer("SetCas"1000true);
    
SetTimer("AfkKick"1500true);
    
SetTimer("Vezeni2"1500true);
    
SetTimer("Timer"1000true);
    
SetTimer("FlasherFunc"200true);
    
SetTimer("MizeniPlosin"1500true); 
There are few more "global" timers in my gamemode, but not different than these in OnGameModeInIt.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)