Posts: 206
Threads: 64
Joined: Jun 2012
Reputation:
0
Hello,
Commands arent working,I have scripted them right but they dont work,when i go ingame and write /lvair or any command it sais "SERVER: Unknown Command"
Help me!
Posts: 450
Threads: 10
Joined: May 2014
Reputation:
0
Make sure your command has "return 1;" at the end of the code.
Posts: 624
Threads: 110
Joined: Apr 2012
Reputation:
0
No wonder, we'll need to see your particular command, and yea did it give .. should return a value warning?
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
You can get that message:
- If you use more than 1 command processor. For example, if you use both DCMD + ZCMD commands in a single mode.
- If a run time error is caused while executing the code from the command.
- If you return 0.
Posts: 450
Threads: 10
Joined: May 2014
Reputation:
0
Convert everything to <zcmd> even the filterscripts.
Posts: 119
Threads: 13
Joined: Jun 2014
Reputation:
0
Can you post a picture of the server console please if possible?