Posts: 259
Threads: 44
Joined: May 2014
Reputation:
0
What could make my server run smoothly and reduce crash and lag at LAN not the hosting problem or anything just the gamemode
Posts: 1,355
Threads: 68
Joined: Nov 2011
Reputation:
0
I don't know about Crash, that's probably some objects that cause crashes and Mods.
About lags, It's caused due to Bad usage of timers , that's all i know
Posts: 1,696
Threads: 6
Joined: Dec 2008
Get a host which is located near you.
Posts: 18
Threads: 1
Joined: Oct 2014
Reputation:
0
Using LAN? Didn't quite get your message.
However, LAN is on your computer,
If you are using IP 192.168.1.#, it will tend
to be slower. Instead I suggest using 127.0.0.1.
192.168.1.# has to connect to your modem first.
127.0.0.1 is your local computer I.P, there for
no modem connection required.
Using a server? Check out the specs of the server
on your provider. Suggested action would be to buy
a bigger and better dedicated server, rather than a
hosted FTP server. Dedicated servers can range from
prices to $40 a month to $400. A $40 month server
is great for SA:MP alone.
Your gamemode. Any errors/warnings when you compile?
All scripts up to date including plugins and includes?
Are you using a 'HECK' ton of 'PVars'?
Posts: 553
Threads: 95
Joined: Sep 2013
Maybe remove some objects ?
Posts: 843
Threads: 61
Joined: Feb 2013
Reputation:
0
CreateDynamicObjects won't cause any problems. Don't use timers that have short intervals (lower than second maybe?). And also don't put too much code under OnPlayerUpdate.
Posts: 843
Threads: 61
Joined: Feb 2013
Reputation:
0
I recommend you to combine all that timers into one. Try to remove anything that won't be used too much.
I'm not sure is there plugin like that.