Hiya! I'm currently making an derma menu for my addon. But i ran into 1 issue. I need to change a server convar from the clients menu. Wich sounds impossible but 1 option is using net.send etc. But its not very secure and allow people with non permissions to run a luascript and change the convar from there.
Anyone know a solution for this? Thanks!
It is only insecure if you make it insecure. Use the net library and perform verification on the server when a client sends the net message to change the cvar.
Now i know what to use atleast. Thanks for the reply!
Sorry, you need to Log In to post a reply to this thread.