Posts: 277
Threads: 40
Joined: Nov 2012
Reputation:
0
hey can you list me main reason to make my server lag? and how to get rid from it?
Posts: 79
Threads: 12
Joined: Dec 2012
Reputation:
0
OnPlayerUpdate, SetTimer, SetTimerEx, amount of objects...
Posts: 277
Threads: 40
Joined: Nov 2012
Reputation:
0
read my topic more than once bro
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
He told you what it causes the lag. What you can do is to use as less as timers you can, and use OnPlayerUpdate callback if you do know how to make something on it because it is called many times and if you have something there that it is incorrect, it will cause server lag.
Posts: 277
Threads: 40
Joined: Nov 2012
Reputation:
0
what about strings? if i put much strings amount it cause lags?
Posts: 157
Threads: 32
Joined: Oct 2012
Reputation:
0
String wont lag ur server, as he told you, timers and updates.