Help please.. - 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: Help please.. (
/showthread.php?tid=243694)
Help please.. -
Ironboy - 24.03.2011
hello!
I have a problem in my pawno.When i compiled it it shows these errors
pawn Код:
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(118) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(119) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(129) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(130) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(142) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(143) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(154) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(155) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(167) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(168) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(180) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(181) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(193) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(194) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(204) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(205) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(216) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(217) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(227) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(228) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(237) : error 017: undefined symbol "AttachObjectToVehicle"
C:\Documents and Settings\Ironboy\Desktop\0.3c\3c edit of satdm\filterscripts\neon.pwn(238) : error 017: undefined symbol "AttachObjectToVehicle"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
22 Errors.
How to fix it? I should add any includes?
Re: Help please.. -
Ironboy - 24.03.2011
Only 1 problem. undefined symbol "AttachObjectToVehicle".
Re: Help please.. -
aircombat - 24.03.2011
u need 0.3c samp includes
Re: Help please.. -
THE_KNOWN - 24.03.2011
#include <a_objects>
Re: Help please.. -
Ironboy - 24.03.2011
ok ty its fixed