Command-line tab-completion for the SRCDS
Shows matching commands in the command-line on <tab> or suggests valid arguments for a command, if the command supports it (try changelevel <tab>).
- Copy the extension .dll/.so into sourcemod/extensions
- Copy autocomplete.games.txt into sourcemod/gamedata
- Create an autocomplete.autoload next to the extension in the sourcemod/extensions folder.
- Didrole - ModuleScanner library and access to his SourceCurses code