gamesneeze
gamesneeze copied to clipboard
Add an option to disable netvars
P vac bypass
Doesn't disable setting netvars entirely because rage sets angles and I cba to think of a way to restrict access to struct fields.
what does this do, not set netvars but directly change memory relating to it?
directly change memory relating to it?
That's how netvars are changed in general. This PR just disables setting them and breaks any features that require writing to netvars.
@Jovvik use std::call_once pls ty