Posts: 4
Threads: 1
Joined: Oct 2009
Reputation:
0
I'm having a big problem, all(scripted) server commands won't work when i played 30-40 minutes.All scripted command says "server unkown command". I changed that to a custom message letting players know to use /cmdshelp but, when the commands dont work ,the message they get is the default white "Server: Unknown Command".My script compile with 0 errors
Posts: 508
Threads: 34
Joined: Feb 2011
Reputation:
0
which command processor are you using. You can't mix zcmd with stringcompare [strcmp]
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
what cmd system you use?
strcmd
ZCMD
DCMD
or some other?
Posts: 4
Threads: 1
Joined: Oct 2009
Reputation:
0
I use strtok(basic) for commands.
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
Weired...check your logs and make sure your server not crash(i dont think server crash but its possible)
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
well something like this happened to me but it was all because of one command i cant remember which one it was but when i removed it it was working again. im not saying it is from a command but i could be.