• using a console command that requires sv_cheats 1 without enabling sv_cheats?
    3 replies, posted
Is there a way to use a console command that requires sv_cheats 1 without enabling sv_cheats? I'm trying to use mat_reloadallmaterials which requires sv_cheats 1 when in multiplayer. There is a mat_reloadmaterial  but it's much more unreliable and buggey. I know in other source games you can use sourcemod to use a cvar that requires sv_cheats enabled, but source mod hasn't worked on gmod in a long time. Is there a .dll I could use or some kind of work around?
You can use cvar3 to remove the FCVAR_CHEATS flag. This will require the server to have sv_allowcslua set to 1.
This would be a clientside dll right? I'm looking for something for the server.
It can be used on either. There's cl and sv versions.
Sorry, you need to Log In to post a reply to this thread.