Ulysses
General => Off-Topic => Topic started by: Psycho on June 28, 2011, 03:39:29 PM
-
I tryed useing the command sv_scriptenforcer 1 but I don't think that enabled it pease someone help.
-
According to http://wiki.garrysmod.com/?title=ScriptEnforcer , you have to use it in your autoexec.cfg (and, one of the notes states it is buggy)
We get so few requests for support of script enforcer due to it's questionable consistency over the years, I'm not 100% sure we use AddCSLuaFile for all of our files, which that document states is required.
My team may will be able to chime in more.
-
You have to use AddCSLuaFile for the content delivery system to work. I have no idea how script enforcer works these days, since it used to change every update.
-
We've had more success with putting it in the command line parameters than in the config file. Also JamminR was correct. You will need to make sure you send the client all client based lua scripts you wish for them to be able to use as SE blocks all client lua not sent from the server.
It IS very buggy and should not be used as a end-all to hacking/exploiting. Nothing can ever replace the watchful eye of an administrator.