Need Help. - 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. (
/showthread.php?tid=254796)
Need Help. -
Millionaire - 12.05.2011
Hello!
How to fix these errors?
pawn Код:
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(56) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(57) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(65) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(66) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(74) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(75) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(83) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(84) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(92) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM3C\filterscripts\neon.pwn(93) : error 017: undefined symbol "AttachObjectToVehicle"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Errors.
Re: Need Help. -
sobolanux - 12.05.2011
Well, have you included a_objects.inc?
Код:
#include <a_objects>
Re: Need Help. -
Ironboy - 12.05.2011
Download 0.3c objetcs
Re: Need Help. -
Millionaire - 12.05.2011
yes i did but it still says that error
Re: Need Help. -
Laronic - 12.05.2011
It should work if you have:
- The Version 0.3c
- #include <a_samp> at top of ur script
"
AttachObjectToVehicle was added in SA-MP 0.3c and will not work in earlier versions! "
Re: Need Help. -
[SU]Balli - 12.05.2011
Hello!
Please download the latest server package which is 0.3c re-compile it and it should work fine, like CyberGhost said.
You obvouisly used an earlier version of the a_samp include.