warning 204: symbol is assigned a value that is never used: "" - 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 204: symbol is assigned a value that is never used: "" (
/showthread.php?tid=494028)
warning 204: symbol is assigned a value that is never used: "" -
Slicebook - 11.02.2014
What is this warning?
warning 204: symbol is assigned a value that is never used: "CHT"
new CHT;
CHT = SetTimer("CheckHand", 1000, 1);
Re: warning 204: symbol is assigned a value that is never used: "" -
dakata994 - 11.02.2014
Where is the Timer Located ? And the new CHT; needs to be after the defines/includes.
Re: warning 204: symbol is assigned a value that is never used: "" -
Slicebook - 11.02.2014
the timer is below the gamemodeinit.
Re: warning 204: symbol is assigned a value that is never used: "" -
Slicebook - 11.02.2014
have been solved, thanks