Ulysses

General => Developers Corner => Topic started by: Megiddo on January 22, 2008, 09:04:42 AM

Title: Garry reveals blocked commands
Post by: Megiddo on January 22, 2008, 09:04:42 AM
Code: [Select]
static const char* s_BannedConvars[] =
{
"sv_cheats",
"_restart",
"exec",
"condump",
"bind",
"alias",
"ent_fire",
"ent_setname",
"sensitivity",
"name",
"r_aspect",
"quit",
"quti",
"exit",
"lua_run",
"lua_run_cl",
"lua_open",
"lua_cookieclear",
"lua_showerrors_cl",
"lua_showerrors_sv",
"lua_showerrors_sv",
"lua_openscript",
"lua_openscript_cl",
"lua_redownload",
"sent_reload",
"sent_reload_cl",
"swep_reload",
"swep_reload_cl",
"gamemode_reload",
"gamemode_reload_cl",
"con_logfile",
"clear",
NULL
};