SA-MP Forums Archive
4 errors on one line - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 4 errors on one line (/showthread.php?tid=97263)



4 errors on one line - Manku - 13.09.2009

http://pastebin.com/m1262df27

Код:
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\grandlarc.pwn(77) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\grandlarc.pwn(77) : warning 215: expression has no effect
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\grandlarc.pwn(77) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\grandlarc.pwn(77) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\grandlarc.pwn(77) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Thanks


Re: 4 errors on one line - dugi - 13.09.2009

Make sure that you use the latest includes.


Re: 4 errors on one line - Manku - 13.09.2009

Код:
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(41) : error 021: symbol already defined: "IsPlayerNPC"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(83) : error 017: undefined symbol "BotRongijuhtVehicle"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(350) : error 017: undefined symbol "CreateVehicleEx"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(456) : error 017: undefined symbol "StartRecordingPlayback"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(459) : error 025: function heading differs from prototype
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(459) : error 017: undefined symbol "StartRecordingPlayback"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(460) : error 017: undefined symbol "StopRecordingPlayback"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(350) : warning 204: symbol is assigned a value that is never used: "MyFirstNPCVehicle"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(350 -- 464) : warning 203: symbol is never used: "gArmySpawns"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(350 -- 464) : warning 203: symbol is never used: "gMedicalSpawns"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(350 -- 464) : warning 203: symbol is never used: "gPoliceSpawns"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


7 Errors.



Re: 4 errors on one line - dugi - 13.09.2009

Post it in scripting discussion then, as its not a 0.3 problem but you just cant script properly.