2 warnings cant fix it :( - 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: 2 warnings cant fix it :( (
/showthread.php?tid=491115)
2 warnings cant fix it :( -
ReD_HunTeR - 29.01.2014
i'm getting this warnings
Код:
D:\Desktop\BB\gamemodes\BB-TDM.pwn(2749) : warning 204: symbol is assigned a value that is never used: "BombDefused"
D:\Desktop\BB\gamemodes\BB-TDM.pwn(2725) : warning 204: symbol is assigned a value that is never used: "BombExploded"
and the lines:-
Код:
BombDefused = 1;
BombExploded = 0;
how should it got fixed?
Re: 2 warnings cant fix it :( -
Avi Raj - 29.01.2014
remove both of them from script, then compile.
Re: 2 warnings cant fix it :( -
Riwerry - 29.01.2014
You just never used somewhere in script these variables, if you want to use them, do it, otherwise delete them.
AW: 2 warnings cant fix it :( -
ReD_HunTeR - 29.01.2014
oh ok guys thanks fot the help lol