ZCMD...
#1

Hello!

When i compile my gamemode with ZCMD i have this:
(18 ) : warning 201: redefinition of constant/macro (symbol "COMMAND:%1(%2)")
(21) : warning 201: redefinition of constant/macro (symbol "CMD:%1(%2)")

How to fix?
Reply
#2

Start off with posting the lines of the script that are causing the error.. (line 18 & 21.)


Also, they're warnings which are not needed to be fixed for the gamemode to run, simply ignore them and continue on. It's probably due to using two different abbreviations of CMD, stick with CMD: as it uses less space in the long run.
Reply
#3

Ligne 18:
public cmd_%1(%2)

21:
COMMAND:%1(%2)
Reply
#4

UP please.
Reply
#5

Quote:
Originally Posted by Baltimore
Посмотреть сообщение
Ligne 18:
public cmd_%1(%2)

21:
COMMAND:%1(%2)
Are those in your gamemode or in the zcmd.inc file?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)