Help! -
Clergy - 13.10.2014
What could make my server run smoothly and reduce crash and lag at LAN not the hosting problem or anything just the gamemode
Re: Help! -
Rudy_ - 13.10.2014
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
Re: Help! -
Khanz - 13.10.2014
Get a host which is located near you.
Re: Help! -
RGOimpact - 13.10.2014
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'?
Re: Help! -
Vince - 13.10.2014
Quote:
Originally Posted by RGOimpact
A $40 month server
is great for SA:MP alone.
|
You seriously don't know what your talking about. A dedicated server is only useful if you have over 500 players constantly. A 100 player server can be hosted on a 4$/month server, no problem.
Re: Help! -
Clergy - 14.10.2014
Quote:
Originally Posted by Vince
You seriously don't know what your talking about. A dedicated server is only useful if you have over 500 players constantly. A 100 player server can be hosted on a 4$/month server, no problem.
|
Dude i meant about im editing a gamemode so to test it i open my samp-server.exe and check my server its lags alot
Re: Help! -
YanLanger - 14.10.2014
Maybe remove some objects ?
Re: Help! -
dominik523 - 14.10.2014
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.
Re: Help! -
Clergy - 14.10.2014
Quote:
Originally Posted by dominik523
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.
|
i got many timers with 1 seconds and the script is old so is there a plugin or something to make it smooth
My plugins:
streamer.dll
audio.dll
i use ysi for login/register
Re: Help! -
dominik523 - 14.10.2014
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.