nice tutorial, will be very useful for new users.
I found one mistake:
You wrote:
I think 'hoi' has to be replaced with 'hello'
I found one mistake:
You wrote:
Code Select
So our final /hello command will be:
if(strcmp("/hoi", cmdtext, true) == 0)
I think 'hoi' has to be replaced with 'hello'