SA-MP Forums Archive
Pawno 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: Pawno Warning (/showthread.php?tid=635334)



Pawno Warning - Electron123 - 05.06.2017

Hello i just downloaded a gamemode and tried to edit it when I compiled it, pawno showed me a warning:

Код:
C:\Users\NC\Desktop\My Files\SAMP Script\ROleplay PRISON desert\gamemodes\PRP.pwn(961) : warning 204: symbol is assigned a value that is never used: "IsolationVW"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re: Pawno Warning - DeeadPool - 05.06.2017

It's not an error; What it's saying is that the variable "IsolationVW" is never being used/called.


Re: Pawno Warning - Electron123 - 05.06.2017

can you fix it? What do you mean?


Re: Pawno Warning - Banditul18 - 05.06.2017

There are two fixes:
1. You delete the IsolationVW
or
2. You have to use it somewhere in gamemode (if is necessary, if is not proceed to 1.)


Re: Pawno Warning - DeeadPool - 05.06.2017

Just simply delete, "IsolationVW".


Re: Pawno Warning - Electron123 - 05.06.2017

Quote:
Originally Posted by Banditul18
Посмотреть сообщение
There are two fixes:
1. You delete the IsolationVW
or
2. You have to use it somewhere in gamemode (if is necessary, if is not proceed to 1.)
let me delete it
now it's saying this
Код:
C:\Users\NC\Desktop\PRP.pwn(960) : error 017: undefined symbol "IsolationVW"
C:\Users\NC\Desktop\PRP.pwn(960) : warning 215: expression has no effect
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Pawno Warning - 1fret - 05.06.2017

Show the coding that u use the variable "isolation vw" in. In other words jus search the script for the variable and paste all the coding its used in here


Re: Pawno Warning - Electron123 - 05.06.2017

Removed isolation VW