Topic: Wishlist (What We Need)
Wishlist:
---
1.) Private Message System (/msg [id|name] <message>)
2.) Vote System (/vote [kick|map] [id|name])
3.) Ban System (/ban [id|name] <duration> <reason> (Durations are: minutes/hours/days/weeks/years (for example: 1m, 1h, 2d, 2w))
4.) Add "move" command to be used via rcon & console (This command will move a player to a team, for example: move 2 r, move 3 blue)**
5.) Add "include" command to be used via rcon & console (This command will include your .cfg files... etc, and can be used in .cfg files too...)***
6.) Add InstaGib mode into the new version (sv_instagib [1|0])
7.) Copy & Paste (Control + C & Control + V) should work. (idea from toni)
** "move" command
Function: Move a player to the specified team.
Syntax: move [id|name] [r|b|s]
*** "include" command
Function: Include a config files via rcon & console.
Syntax: include <path-to-your-config-file>
include command in .cfg files:
[main.cfg]
sv_name My 0.4.* Server!
sv_motd Welcome to my Server!
sv_max_clients 12
[ctf.cfg]
include main.cfg
sv_gametype ctf
sv_map ctf2
[tdm.cfg]
include main.cfg
sv_gametype tdm
sv_map dm2