22.12.2010, 20:27
Hm, then it is most probably the script. It could also be the hoster, but I dont think serverffs lags that much.
There are a lots of parts that could cause the lag, hard to tell exactly where you have to look for.
At first you should check your for(...)-loops (or while(...)-loops) that loop thorugh all players, all vehicles, zones, or in general a large number. They can make the server lag, if there is a lot of code, or complex functions in them.
There are a lots of parts that could cause the lag, hard to tell exactly where you have to look for.
At first you should check your for(...)-loops (or while(...)-loops) that loop thorugh all players, all vehicles, zones, or in general a large number. They can make the server lag, if there is a lot of code, or complex functions in them.