[HELP]Warning on samp-server.exe
#1

Photo,why this warning ?
Reply
#2

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)