SA-MP Forums Archive
how to Lag Fix - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: how to Lag Fix (/showthread.php?tid=534676)



how to Lag Fix - Maximillionous - 30.08.2014

hi guys can u help me ?
I need a code to fix my lag shooting i'm running a TDM server but lag shooting is kind of bugged, so I was wondering if someone can send me a pawno code to fix it (if possible) and thanks.


Re: how to Lag Fix - GGRoleplay - 30.08.2014

I'm pretty sure lag shooting is fixed in 0.3z+
Are you running an older version of SAMP or is your ping skyhigh?


Re: how to Lag Fix - jakejohnsonusa - 30.08.2014

Yes, as long as you compile your script under the latest 0.3z build, lag shooting is disabled (unless you overrode it in your server.cfg).


Re: how to Lag Fix - rymax99 - 31.08.2014

If you're trying to disable lagshooting please read this: https://sampwiki.blast.hk/wiki/Server.cfg
In other words, add 'lagcompmode 0' to your server.cfg.


Re: how to Lag Fix - jakejohnsonusa - 31.08.2014

Quote:
Originally Posted by rymax99
Посмотреть сообщение
If you're trying to disable lagshooting please read this: https://sampwiki.blast.hk/wiki/Server.cfg
In other words, add 'lagcompmode 0' to your server.cfg.
Umm, that actually ENABLES lagshooting (makes it possible to lagshoot). It disables lag compensation mode.

You need to be careful with how you explain it.


Any lag you are experiencing is not causing lag shooting to work, the server as of 0.3z detects how you see the shot and reacts accordingly.


Re: how to Lag Fix - rymax99 - 31.08.2014

Quote:
Originally Posted by jakejohnsonusa
Посмотреть сообщение
Umm, that actually ENABLES lagshooting (makes it possible to lagshoot). It disables lag compensation mode.

You need to be careful with how you explain it.


Any lag you are experiencing is not causing lag shooting to work, the server as of 0.3z detects how you see the shot and reacts accordingly.
Woops, I did indeed say it'd disable lag shooting - however, reading the article I linked to would make it apparent what it does. I believe the original poster thinks that lag shooting is intentional and he wants his server to have lag shooting.