SERVER: Unknown Command on every GameMode command.
#1

I get the "SERVER: Unknown Command" error when I try to do a gamemode based command (made using zcmd).

I have tried disabling all filterscripts, same error still happened.

It did not happen until I uploaded my script the last time, but I have tried commenting out every line I thought was new and the error still happened.

Does anyone know why this may be happening?


EDIT:
On further inspection, I figured nothing after the ShowPlayerDialog in OnPlayerConnect are executed for players with a higher ID than 0. Also, OnDialogResponse does not work for them.
Reply
#2

You probably forgot somewhere to close with return 1;
Reply
#3

anything under "OnRconCommand" callback?
Reply
#4

If you have included ZCMD then it won't work because ZCMD cancels strcmp commands.
Reply
#5

I have checked most parts of my script, but can't find anywhere return 1 is forgotten.
There is nothing under the OnRconCommand callback.
I don't use strcmp at all.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)