SA-MP Forums Archive
7 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: 7 errors on one line (/showthread.php?tid=97270)



7 errors on one line - Manku - 13.09.2009

http://pastebin.com/m1262df27

Код:
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: 7 errors on one line - Manku - 13.09.2009

Fixed 3 error's
Now 4 error's

Help.
http://pastebin.com/m57196f60

Код:
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(438) : error 017: undefined symbol "StartRecordingPlayback"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(441) : error 025: function heading differs from prototype
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(441) : error 017: undefined symbol "StartRecordingPlayback"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(442) : error 017: undefined symbol "StopRecordingPlayback"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(446) : warning 203: symbol is never used: "gArmySpawns"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(446) : warning 203: symbol is never used: "gMedicalSpawns"
C:\Documents and Settings\Owner\Desktop\SAMP x0.3\gamemodes\assaa.pwn(446) : warning 203: symbol is never used: "gPoliceSpawns"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.