SA-MP Forums Archive
Pawn Compiler Error - 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: Pawn Compiler Error (/showthread.php?tid=525723)



Pawn Compiler Error - JordanSmith - 13.07.2014

How do I fix this?


Pawno Code:
Quote:

C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(4432) : warning 203: symbol is never used: "seek"
C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(4462) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Warnings.




Re: Pawn Compiler Error - LarryTiger - 13.07.2014

Ctrl + F and Search "seek" or go to line 4432 and 4462 and remove the seek, Cause that symbol is never used


Re: Pawn Compiler Error - Guest4390857394857 - 13.07.2014

It seems that you have created some variable called 'seek' but you didn't use it.
Just ignore the warning if you 'll use it later otherwise find the line where you created them and remove it.



Re: Pawn Compiler Error - JordanSmith - 13.07.2014

Quote:

Ctrl + F and Search "seek" or go to line 4432 and 4462 and remove the seek, Cause that symbol is never used

I did that and I got these errors


Pawn Code:
Quote:

C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(14683) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(15263) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(15304) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(59304) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(59422) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\Second Life Gaming RP\gamemodes\SL:RP.pwn(78830) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


6 Warnings.




Re: Pawn Compiler Error - BroZeus - 13.07.2014

put it back and add this after error line --
pawn Код:
#pragma unused seek