1

Topic: Custom commands

How to add custom commands such as /server or /help?

2

Re: Custom commands

First of all learn C++, then take a closer look at CGameContext. That's the class where the chat messages are handled.

Real programmers don't comment their code - it was hard to write, it should be hard to understand.
Proudly verkeckt since 2010.

3

Re: Custom commands

xush, i know C++ on basic level.
CGameContext - server side or client side?

4

Re: Custom commands

There is only one CGameContext class.

Real programmers don't comment their code - it was hard to write, it should be hard to understand.
Proudly verkeckt since 2010.

5

Re: Custom commands

xush, and it's server side?

6

Re: Custom commands

Good guess, considering that you want to change something on the server tongue

7

Re: Custom commands

Thanks