NexiusTailer / Nex-AC

Anticheat system
https://pawn.wiki/index.php?/topic/27641-nex-ac/
GNU Lesser General Public License v3.0
212 stars 156 forks source link

Deprecated console variable on open.mp #310

Closed Ljub1sa closed 3 months ago

Ljub1sa commented 4 months ago
[Warning] Deprecated console variable "rcon", use "rcon.enable" instead.
[Warning] Deprecated console variable "lagcompmode", use "game.lag_compensation_mode" instead.
[Warning] Deprecated console variable "bind", use "network.bind" instead.
NexiusTailer commented 4 months ago

Although I plan to add them in use instead of legacy samp console variables, the warnings are not critical (it's not about something is broken or won't work, just informs you about the fact names were changed, but those from samp server are still work). The reason why I wait for some time before it is in that they were slightly changed between previous omp releases so I wanted to see the final variant not to do pointless actions every time some has changed in yet another omp server release. Seems now they're stable, so, this would be probably considered in some of future patches.

NexiusTailer commented 3 months ago

Solved in v1.9.64