SA-MP Forums Archive
problem with createdynamicobject - 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: problem with createdynamicobject (/showthread.php?tid=282570)



problem with createdynamicobject - persia_gamer - 11.09.2011

hi guys...ive got a problem with my map objects while i was compiling
i get this error :
Код:
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(6) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(7) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(8) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(9) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(10) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(11) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(12) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(13) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(14) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(15) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(16) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(17) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(18) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(19) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(20) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(21) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(22) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(23) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(24) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(25) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(26) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(27) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(28) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(29) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(30) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\sina\Desktop\stunt world\filterscripts\MAP.pwn(31) : error 017: undefined symbol "CreateDynamicObject"

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


26 Errors.



Re: problem with createdynamicobject - Kingunit - 11.09.2011

You need to download Inognito's streamer and include it like:
pawn Код:
#include <streamer>
under
pawn Код:
#include <a_samp>



Re: problem with createdynamicobject - Mean - 11.09.2011

https://sampforum.blast.hk/showthread.php?tid=102865

I suggest you use search.