SA-MP Forums Archive
warning 203: symbol is never used (help) - 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: warning 203: symbol is never used (help) (/showthread.php?tid=577250)



warning 203: symbol is never used (help) - Izaki - 10.06.2015

Quote:

D:\Data DamarTaranggana\Gamemode SAMP San Andreas multiplayer\Jogjagamers Zombie MYSQL\gamemodes\zma4.pwn(587) : warning 203: symbol is never used: "BlodShield"
D:\Data DamarTaranggana\Gamemode SAMP San Andreas multiplayer\Jogjagamers Zombie MYSQL\gamemodes\zma4.pwn(587) : warning 203: symbol is never used: "DonateLabel"
D:\Data DamarTaranggana\Gamemode SAMP San Andreas multiplayer\Jogjagamers Zombie MYSQL\gamemodes\zma4.pwn(587) : warning 203: symbol is never used: "Flare"
D:\Data DamarTaranggana\Gamemode SAMP San Andreas multiplayer\Jogjagamers Zombie MYSQL\gamemodes\zma4.pwn(587) : warning 203: symbol is never used: "Nuke"
D:\Data DamarTaranggana\Gamemode SAMP San Andreas multiplayer\Jogjagamers Zombie MYSQL\gamemodes\zma4.pwn(587) : warning 203: symbol is never used: "Timer"

Code scipting

Код HTML:
// Variables
new Nuke[MAX_PLAYERS];
new Timer[MAX_PLAYERS];
new Flare[MAX_PLAYERS];
new Text3D:DonateLabel[MAX_PLAYERS];
new BlodShield;



Re: warning 203: symbol is never used (help) - Konstantinos - 10.06.2015

They are just warnings, they will not affect anything to your gamemode.

Anywyay, the answer is simply: either use them or remove them.


Re: warning 203: symbol is never used (help) - MohammedZ - 10.06.2015

Yeah as it says symbol is never used that you just defined them and not using them as Konstantinos said use them or remove them


Re: warning 203: symbol is never used (help) - Izaki - 10.06.2015

oh so, okay thanks her confirmation, I again scripting