symbol already defined: "cmd_refuel"
#1

-fixed-
Reply
#2

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)
Reply
#3

yes iam using zcmd

so what should i do un-define cmd:refuel?
Reply
#4

no , just search for this command , because it is already made somewhere in your script.
Reply
#5

yh but there is three cmd:refuel should i just leave the first one?
Reply
#6

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.
Reply
#7

-fixed-
Reply
#8

Leave either the 2nd one or the 3rd one, but erase the other two.
Reply
#9

thanks it worked!
Reply
#10

No problem

Remember everytime that something is already defined that's what it literally means: you wrote the same piece of code twice.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)