09.08.2014, 07:19
Check the wiki:
Quote:
Originally Posted by https://sampwiki.blast.hk/wiki/Errors_List
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. |