SA-MP Forums Archive
[HELP Warning] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP Warning] (/showthread.php?tid=593677)



[HELP Warning] - mrkingz - 08.11.2015

How To Fix This warning

Код:
HELP PLEASE   (96) : warning 201: redefinition of constant/macro (symbol "green")
HELP PLEASE   (97) : warning 201: redefinition of constant/macro (symbol "red")
HELP PLEASE   (5460) : warning 203: symbol is never used: "DescriptionText"
HELP PLEASE   (5460) : warning 203: symbol is never used: "Speed"
HELP PLEASE   (5460) : warning 203: symbol is never used: "SpeedBox"
HELP PLEASE   (5460) : warning 203: symbol is never used: "Status"
HELP PLEASE   (5460) : warning 203: symbol is never used: "Textdraw0"
HELP PLEASE   (5460) : warning 203: symbol is never used: "Textdraw1"
HELP PLEASE   (5460) : warning 203: symbol is never used: "Textdraw2"
HELP PLEASE   (5460) : warning 203: symbol is never used: "Textdraw3"
HELP PLEASE   (5460) : warning 203: symbol is never used: "changehn"
HELP PLEASE   (5460) : warning 203: symbol is never used: "seconds"



Re: [HELP Warning] - Sellize - 08.11.2015

Remove unused variables
Quote:

HELP PLEASE (5460) : warning 203: symbol is never used: "DescriptionText"
HELP PLEASE (5460) : warning 203: symbol is never used: "Speed"
HELP PLEASE (5460) : warning 203: symbol is never used: "SpeedBox"
HELP PLEASE (5460) : warning 203: symbol is never used: "Status"
HELP PLEASE (5460) : warning 203: symbol is never used: "Textdraw0"
HELP PLEASE (5460) : warning 203: symbol is never used: "Textdraw1"
HELP PLEASE (5460) : warning 203: symbol is never used: "Textdraw2"
HELP PLEASE (5460) : warning 203: symbol is never used: "Textdraw3"
HELP PLEASE (5460) : warning 203: symbol is never used: "changehn"
HELP PLEASE (5460) : warning 203: symbol is never used: "seconds"

Remove redefinitions?
Quote:

HELP PLEASE (96) : warning 201: redefinition of constant/macro (symbol "green")
HELP PLEASE (97) : warning 201: redefinition of constant/macro (symbol "red")