Is there a way to obtain the information printed normally through the server/client console when using server_cmd() command?
Let's say I would like to do sth like this:
Code:
server_cmd("listid")
And use the 'returned' information to create and print a list of current bans. Well, it's just an example. Any way to achieve it? I'd rather not fiddle with banned.cfg and the like - need more general solution, which would change the behaviour of server_cmd from a 'one-way hole' to a more 'interactive' tool. ;-) Unfortunately couldn't find any good replacement for server_cmd. Hoping you could help.