Pawn Compiler Error
#1

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.

Reply
#2

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

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.
Reply
#4

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.

Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)