How to enable anti lag shoot - 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 enable anti lag shoot (
/showthread.php?tid=494586)
How to enable anti lag shoot -
DarkLored - 14.02.2014
Title says all
i just downloaded the new version of samp and i dont know how to enable anti lag shoot
thanks.
Re: How to enable anti lag shoot - Emmet_ - 14.02.2014
Apply the "lagcompmode" setting in server.cfg.
Код:
lagcompmode 0 ; lag compensation is disabled
lagcompmode 1 ; (default) lag compensation is enabled
lagcompmode 2 ; lag compensation enabled, position only.
Re: How to enable anti lag shoot -
DarkLored - 14.02.2014
What position only means? and i have heard that if you shoot a vehicle without a driver the vehicle can explode just like in mta is it true?
Re: How to enable anti lag shoot -
newbienoob - 14.02.2014
It's enabled by default. So you don't need to set anything.
Re: How to enable anti lag shoot -
DeathKing - 14.02.2014
same what is "2"
Re: How to enable anti lag shoot -
Tamer - 14.02.2014
The 2 value was for debugging reasons. The players rotation is not synced when It is 2. Default one will have both rotation and position synced.