Template:PatchDiff/January 22, 2019 Patch/platform/admin/helpfile adminmod.vdf

From Team Fortress Wiki
Jump to: navigation, search
N/A1"Help"
N/A2{
N/A3 "allow_client_exec"
N/A4 {
N/A5 "text" "allow_client_exec: This controls whether or not the execclient() scripting function is enabled in the Admin Mod DLL. If enabled, execclient() is enabled; if disabled, execclient() is disabled. Enabling execclient() functionality allows scripts to execute commands remotely on players."
N/A6 }
N/A7 "default_access "
N/A8 {
N/A9 "text" "default_access: This controls the default access that people get (aside from being granted special user privileges). It works exactly like the user level access rights, but everyone gets it."
N/A10 }
N/A11 "public_slots_free"
N/A12 {
N/A13 "text" "public_slots_free: Returns the number of slots free on the server (after taking into account reserved slots). Setting this does nothing."
N/A14 }
N/A15 "reserve_type"
N/A16 {
N/A17 "text" "reserve_type:This controls how reserve slots work on the server (the default is 0)."
N/A18 }
N/A19 
N/A20}