12.10.2014, 13:02
How do i enable and disable lag shot on the server?
lagcomp off
lagcomp on
Setting this to 0 will fully disable lag compensation. Setting it to 1 will enable lag compensation. Setting it to 2 will enable position-only lag compensation. This means player rotation won't be lag comp'd. |
Here's an easier way.
You asked how to enable and disable, editing the config file is a little harder because you need to restart after each time.. Which is a waste of time. Instead, do: 1. Start server, join the game. 2. Type '/rcon login [yourpassword]' 3a. type '/rcon lagcompmode 1' - That will/should enable it. 3b. type 'rcon /lagcompmode 0' - That will/should disable it. |
Lag compensation for fired bullets is enabled by default on SA-MP servers since 0.3z. It can be toggled using the 'lagcompmode' server variable (in server.cfg). Setting it to 0 will disable lag compensation completely and players will have to lead their shots (fired ahead of targets). This variable can only be set in server.cfg lagcompmode = (int, read-only) |