SA-MP Forums Archive
Need help how to fix - 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: Need help how to fix (/showthread.php?tid=241360)



Need help how to fix - Kewizzle - 17.03.2011

Код:
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(274) : error 017: undefined symbol "IsPlayerNPC"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(296) : error 017: undefined symbol "IsPlayerNPC"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(318) : error 017: undefined symbol "IsPlayerNPC"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(340) : error 017: undefined symbol "IsPlayerNPC"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(362) : error 017: undefined symbol "IsPlayerNPC"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(384) : error 017: undefined symbol "IsPlayerNPC"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(406) : error 017: undefined symbol "IsPlayerNPC"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(433) : warning 202: number of arguments does not match definition
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(434) : error 017: undefined symbol "CreatePlayer3DTextLabel"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(435) : warning 202: number of arguments does not match definition
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(436) : error 017: undefined symbol "DeletePlayer3DTextLabel"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\pawno\include\streamer.inc(454) : error 017: undefined symbol "UpdatePlayer3DTextLabelText"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(3828) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4179) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4282) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4288) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4665) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4773) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4781) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4785) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(4997) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5001) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5005) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5009) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5013) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5017) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5021) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5025) : error 017: undefined symbol "ShowPlayerDialog"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\gamemodes\lslrp.pwn(5029) : error 017: undefined symbol "RepairVehicle"

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


26 Errors.



Re: Need help how to fix - maramizo - 17.03.2011

You have a missing "}"


Re: Need help how to fix - [L3th4l] - 17.03.2011

Update your includes?


Re: Need help how to fix - grand.Theft.Otto - 17.03.2011

Yes, as maramizo said you're missing a closing bracket - }

We'll need to see a snippet of your code unless you can scan through it yourself and locate it.


Re: Need help how to fix - Kewizzle - 17.03.2011

?


Re: Need help how to fix - Marricio - 17.03.2011

Its not a missing bracket.. Update your 0.3c includes


Re: Need help how to fix - Kewizzle - 17.03.2011

Marricio, how do i do that?


Re: Need help how to fix - Marricio - 17.03.2011

Show your #includes. (at the first part of the pawno file)


Re: Need help how to fix - Kewizzle - 17.03.2011

they are


Re: Need help how to fix - Marricio - 17.03.2011

I said show..