Posts: 2,863
Threads: 99
Joined: Nov 2009
Reputation:
0
Are you using ZCMD or something like that? Or more important; how do you define commands? If you use 'CMD:commandname' search for "CMD:refuel". Because before compiling, 'CMD:' is precompiled to 'cmd_' (atleast, in the most command processors like ZCMD)
Posts: 212
Threads: 91
Joined: Jul 2013
Reputation:
0
yes iam using zcmd
so what should i do un-define cmd:refuel?
Posts: 637
Threads: 106
Joined: May 2011
Reputation:
0
no , just search for this command , because it is already made somewhere in your script.
Posts: 212
Threads: 91
Joined: Jul 2013
Reputation:
0
yh but there is three cmd:refuel should i just leave the first one?
Posts: 36
Threads: 0
Joined: Nov 2014
Reputation:
0
Yes, there is no need to tell the compiler to do the exact thing 3 times: it won't understand it.
Just leave 1 of them.
Posts: 36
Threads: 0
Joined: Nov 2014
Reputation:
0
Leave either the 2nd one or the 3rd one, but erase the other two.