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



Scripting Error - NerpodCakey - 22.03.2014

Hello, I was compiling a script and I got a couple of errors/warnings that I thought wouldn't matter, but when I started the script up, the log in screen was not there. These are the errors/warnings:
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(4439) : warning 203: symbol is never used: "seek"
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(4469) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Any ideas?


Re: Scripting Error - TLN - 22.03.2014

Go to line 4439 and 4469 and remove seek


Re: Scripting Error - NerpodCakey - 22.03.2014

After I did that, these errors happened:
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(14409) : warning 202: number of arguments does not match definition
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(14989) : warning 202: number of arguments does not match definition
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(15030) : warning 202: number of arguments does not match definition
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(59031) : warning 202: number of arguments does not match definition
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(59149) : warning 202: number of arguments does not match definition
C:\Users\-\Desktop\filez (1)\gamemodes\EXRPR46.pwn(78483) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


6 Warnings.


Re: Scripting Error - Matess - 22.03.2014

Give us code and errors!