[REP++] Server Lag | Question - URGENT
#1

I am pretty sure that my server isn't lagging because of timers (i killed all timers with a command and same server ticks - 70 / 80) or mysql database, my server is lagging because something else and i can't figure it out?
What public functions can lag the server? At 500/500 i have 60-70 server ticks.
The only thing that i have at OnPlayerUpdate is this thing ( could this affect ? ) :

pawn Код:
if(gettime() > GetPVarInt(playerid, "TutTick") && GetPVarInt(playerid, "TutTick") != 0)
    {
        SetPVarInt(playerid, "TutTick", 0);
        TutorialShow(playerid, GetPVarInt(playerid, "TutStep"));
    }
Thanks.
Reply


Messages In This Thread
[REP++] Server Lag | Question - URGENT - by buburuzu19 - 29.02.2016, 16:44
Re: [REP++] Server Lag | Question - URGENT - by Vince - 29.02.2016, 18:40
Re: [REP++] Server Lag | Question - URGENT - by buburuzu19 - 01.03.2016, 15:14
Re: [REP++] Server Lag | Question - URGENT - by buburuzu19 - 01.03.2016, 15:41
Re: [REP++] Server Lag | Question - URGENT - by Phar - 01.03.2016, 15:48
Re: [REP++] Server Lag | Question - URGENT - by buburuzu19 - 01.03.2016, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)