Some warnings. - 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: Some warnings. (
/showthread.php?tid=478323)
Some warnings. -
Lynet - 29.11.2013
Код HTML:
warning 204: symbol is assigned a value that is never used: "giveplayer"
warning 204: symbol is assigned a value that is never used: "sendername"
warning 203: symbol is never used: "amount"
warning 204: symbol is assigned a value that is never used: "type"
warning 204: symbol is assigned a value that is never used: "jobid"
warning 204: symbol is assigned a value that is never used: "amount"
warning 204: symbol is assigned a value that is never used: "devtext"
warning 204: symbol is assigned a value that is never used: "sendername"
warning 204: symbol is assigned a value that is never used: "amount"
warning 204: symbol is assigned a value that is never used: "CountDown"
warning 204: symbol is assigned a value that is never used: "MaxPing"
warning 204: symbol is assigned a value that is never used: "gday"
warning 204: symbol is assigned a value that is never used: "ghour"
And more and more and many more!
How do I fix it?
Re: Some warnings. -
ikbenremco - 29.11.2013
Remove everyone of them.
You are defining them while not using them.
Re: Some warnings. -
Yves - 29.11.2013
The Values are never used: so you might as well just remove the values that are never used,
Re: Some warnings. -
newbie scripter - 29.11.2013
Those warnings won't affect your script. It just says that u have assigned a value to it but u haven't used it... Just like an reminder :P