SA-MP Forums Archive
A 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: A warning (/showthread.php?tid=375558)



A warning - Stanford - 07.09.2012

Here's it:-

Код:
C:\Users\TSC\Desktop\Upgrading\gamemodes\nerp.pwn(69473) : warning 203: symbol is never used: "PlayerPos"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
What should I do?


Re : A warning - Soumi - 07.09.2012

You have defined a variable called "PlayerPos" and didn't use it.
Remove it to avoid the warning.