Posts: 23
Threads: 6
Joined: Sep 2009
Reputation:
0
I made some commands but, they are all mixed up. When I do /rules it brings up General Help.
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
You've probably mixed some brackets in OnPlayerCommandText callback.
Posts: 351
Threads: 43
Joined: Jan 2010
Reputation:
0
I think it's because you copy/pasted a line for your general info then u forgot to set:
if (strcmp("/rules", cmdtext, true, 10) == 0)