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



Error - Medscipter - 22.06.2014

D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(598 : error 017: undefined symbol "LoadVehicles"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(5991) : error 017: undefined symbol "ModVehicle"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(8490) : error 017: undefined symbol "LuX_ReadPosition"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(9012) : error 017: undefined symbol "UpdateHP"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(1102 : error 017: undefined symbol "UpdateBar"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(11149) : error 017: undefined symbol "GetPlayer2DZone"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(11989) : error 004: function "terminarMission" is not implemented
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(13103) : error 017: undefined symbol "GetPlayer2DZone"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(18962) : error 017: undefined symbol "MissionIni"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(18966) : error 004: function "terminarMission" is not implemented
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(18973) : error 017: undefined symbol "MissionTaxi"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(18977) : error 004: function "terminarMission" is not implemented
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19087) : error 017: undefined symbol "GetXYInFrontOfPlayer"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19107) : error 017: undefined symbol "IsPlayerFacingPoint"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(1911 : error 017: undefined symbol "ShootMiss"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19121) : error 017: undefined symbol "IsPlayerFacingPoint"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19132) : error 017: undefined symbol "ShootMiss"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19135) : error 017: undefined symbol "IsPlayerFacingPoint"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19146) : error 017: undefined symbol "ShootMiss"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19159) : error 017: undefined symbol "IsPlayerFacingPoint"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19170) : error 017: undefined symbol "ShootMiss2"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19173) : error 017: undefined symbol "IsPlayerFacingPoint"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19184) : error 017: undefined symbol "ShootMiss2"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19187) : error 017: undefined symbol "IsPlayerFacingPoint"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(1919 : error 017: undefined symbol "ShootMiss2"
D:\Med Slawi\NRG\gamemodes\NRG[V.5.0].pwn(19205) : error 017: undefined symbol "IsPlayerFacingPlayer"

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


26 Errors.


Re: Error - amirab - 22.06.2014

you missed one }


Re: Error - kamiliuxliuxliux - 22.06.2014

26 errors . Same was with me, when I forgot to add return in one func., check it.