PlayerPos warning - 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: PlayerPos warning (
/showthread.php?tid=379571)
PlayerPos warning -
Stanford - 22.09.2012
How to fix this without the #pragma playerpos??
Код:
C:\Users\TSC\Desktop\FIXED\UPGRADED AND FIXED\gamemodes\NE-RP.pwn(68740) : warning 203: symbol is never used: "PlayerPos"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
lol the line 68740 is empty and nothing in it (its the end of the script)
Re: PlayerPos warning -
mamorunl - 22.09.2012
If you never use the symbol you can just get rid of it.
Re: PlayerPos warning -
Stanford - 22.09.2012
I used it a lot!!!!!!!!!!!!!
Re: PlayerPos warning -
mamorunl - 22.09.2012
If you remove the declaration of the symbol, does it give you any errors?
Re: PlayerPos warning -
trapstar2020 - 22.09.2012
can we see error line ?!
Re: PlayerPos warning -
clarencecuzz - 22.09.2012
Find the line 'new PlayerPos;' and delete it. If you get any errors, post them here again.
@Trapstar We don't need to see it... we can just read the error...