SA-MP Forums Archive
Help need fixing error UG script - 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 need fixing error UG script (/showthread.php?tid=530794)



Help need fixing error UG script - Hakan - 09.08.2014

\UG-RP.pwn(124359) : warning 204: symbol is assigned a value

How can I fix that?


Re: Help need fixing error UG script - Stanford - 09.08.2014

Mind giving us the code line?


Re: Help need fixing error UG script - Zezombia - 09.08.2014

Check the wiki:
Quote:
204: symbol is assigned a value that is never used: "symbol"
Similar to the previous warning. You created a variable and assigned it a value, but you're not using that value anywhere. Use the variable, or delete it. This warning, too, is relatively safe to ignore.