Posts: 321
Threads: 160
Joined: May 2009
Reputation:
0
HI, is there any tool to see sa-mp server processes? My server started lagging, i need to find problem. The ping is normal, but commands stops working and other things happens...
Posts: 16
Threads: 1
Joined: Aug 2009
Reputation:
0
I don't think there is to be honest. Try testing your internet connection if you are hosting the server. Otherwise contact your server host and ask them to see what they can do for you.
Posts: 97
Threads: 4
Joined: Aug 2009
Reputation:
0
10.02.2011, 10:56
(
Последний раз редактировалось Mokerr; 10.02.2011 в 20:38.
)
If its not due yourself, then its probably due your script. Try to use the latest plugins, functions etc.
Such as ZCMD, sscanf, mysql, foreach and so on..
Posts: 321
Threads: 160
Joined: May 2009
Reputation:
0
I have a timer that works every 200 millisecond, may it be problem? It's a speedometer...
Posts: 1,152
Threads: 11
Joined: Feb 2010
Reputation:
0
It is either
- The timer (200 MS is not much lol)
- Or you are using OnPlayerUpdate wich laggs alot
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
High strings make lag to the servers, use normal variables instead of PVars, and use latest includes/plugins like:
ZCMD - for commands
Y_INI - INI file saving
foreach - faster loops