Wondering if this warning can be fixed or not. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Wondering if this warning can be fixed or not. (
/showthread.php?tid=276911)
Wondering if this warning can be fixed or not. -
Ehab1911 - 15.08.2011
So here is the warning
pawn Код:
warning 203: symbol is never used: "PRIVATE_Last_Money"
When I try to track it, it doesn't show up because it goes to the bottom of the script.
Re: Wondering if this warning can be fixed or not. -
Sensitive - 15.08.2011
Just find from top of the script : #define PRIVATE_Last_Money . It doesen't affect anything at all. Just delete it from top
Re: Wondering if this warning can be fixed or not. -
Jeffry - 15.08.2011
It should be in any include you are using.
You can
ignore the warning by putting this at TOP of your code:
pawn Код:
#pragma unused PRIVATE_Last_Money
Jeffry
Re: Wondering if this warning can be fixed or not. -
Ehab1911 - 15.08.2011
THANKS JEFFRY!!! YOU HELPED ME <3 -- By the way I still have a little problem IDK could you PM me ? We can solve it via Team Viewer
Re: Wondering if this warning can be fixed or not. -
Jeffry - 15.08.2011
Quote:
Originally Posted by Ehab1911
THANKS JEFFRY!!! YOU HELPED ME <3 -- By the way I still have a little problem IDK could you PM me ? We can solve it via Team Viewer
|
No problem.
You can send me a PM with the problem (explain it) and the pawn code.
I am going off now, but I can check it tomorrow then.