Hide LUA? Help!

/run if GetCVar(“ScriptErrors”)==“1” then SetCVar(“ScriptErrors”,“0”);print(“Show LUA Errors: Off”);else SetCVar(“ScriptErrors”,“1”);print(“Show LUA Errors: On”);end