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



helppppp! - Millionaire - 09.07.2011

Hello!
How to fix these errors?
pawn Код:
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(20) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(35) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(55) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(93) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(99) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(102) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(107) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(110) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(116) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(119) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(124) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(127) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(133) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(136) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(141) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(144) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(150) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(153) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(158) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(161) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(176) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(179) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(185) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(188) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(193) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Documents and Settings\Ironboy\Desktop\0.3c package\SATDM v13 Latest\filterscripts\HLV.pwn(196) : error 017: undefined symbol "SetPlayerAttachedObject"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.



Re: helppppp! - Jack_Leslie - 09.07.2011

Put this ontop of your script:
Код:
#include <a_objects>



Re: helppppp! - Millionaire - 09.07.2011

i did and still says the same -.-


Re: helppppp! - Markx - 09.07.2011

download 0.3c includes.


Re: helppppp! - Millionaire - 09.07.2011

ok ty


Re: helppppp! - System64 - 09.07.2011

when you have 26 errors than you forgot somewhere }, There is a tool on forum if you don't now where is missing your bracket


Re: helppppp! - [MG]Dimi - 09.07.2011

Quote:
Originally Posted by System64
Посмотреть сообщение
when you have 26 errors than you forgot somewhere }, There is a tool on forum if you don't now where is missing your bracket
Not necessary. Most likely he doesn't have 0.3c include.