//
// rconlist.txt
//
// Place all your rcon commands that you want to
// execute on the server in here
//
// This file can use aliases.
//
// Aliases are what is shown in the menu system
// a nice way of presenting the commands.
// Aliases must be enclosed in quotes
//
// E.G. "Low Gravity"
//
// Do not put another quote inside like :-
//
// "Low "Gravity""
//
// The command after the alias is the real command
// executed.
//
// You do not have to use aliases but it makes the
// menu's easier to use if you do.
//
// Your old config files pre V1.0.8 will still work
// if you don't change them.
//
// Add you rcon commands here
// e.g exec server.cfg
"Default Server" exec server.cfg // Server.cfg
"Low Gravity" sv_gravity 150 // Low grav
"Normal Gravity" sv_gravity 800 // Normal gravity
"Add a bot" bot_add // Add a server bot
"Enable Knives Only" gg_knives_only 1
"Disable Knives Only" gg_knives_only 0
exec ed.cfg
Well i think there is a problems possibly with v0.3
I was just investigating everything on my server after a crash and found this.