Merge pull request #68 from ohbus/master

updated sv_cheats
This commit is contained in:
Daniel Gibbs 2019-07-12 15:56:58 +01:00 committed by GitHub
commit 853025c29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
// ************************************************************************** //
// //
// Counter-Strike: Global Offensive - server.cfg //
// Version 240917 //
// Version 120719 //
// //
// ************************************************************************** //
@ -24,8 +24,13 @@ sv_contact ""
// Default: sv_lan 0
sv_lan 0
// Cheats mode - Server is disabled to use cheats by default;Commands like noclip,god are disabled to be exploited by the players. VAC (Valve Anti-Cheat) is disabled in this mode when value is set to '1'.
// Default: sv_cheats 0
// Cheats ON: sv_cheats 1
sv_cheats 0
// Tags - Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma.
// Example: sv_tags "128tick,deathmatch,dm,ffa,pistol,dust2"
// Example: sv_tags "128-tick,deathmatch,dm,ffa,pistol,dust2"
sv_tags ""
// ............................. Server Logging ............................. //