SA-MP Forums Archive
help! i need help! please help me! fast! come on - 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: help! i need help! please help me! fast! come on (/showthread.php?tid=421764)



help! i need help! please help me! fast! come on - Duzzify - 10.03.2013

I want to use a guy's stunt map and when i take his CreateDynamicObject its says it doesnt know CreateDynamicObject!

i put it in OnGameModeInit or is that wrong?


Re: help! i need help! please help me! fast! come on - Jstylezzz - 10.03.2013

You need to download Incognito's streamer.
Search on ******.


Re: help! i need help! please help me! fast! come on - Duzzify - 10.03.2013

Nope still says this:

C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(84) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(85) : warning 217: loose indentation
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(85) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(86) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(87) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(8 : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(89) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(90) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(91) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(92) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(93) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(94) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(95) : error 017: undefined symbol "CreateDynamicObject"
C:\Users\Adrian\Desktop\Test\pawno\BKS.pwn(96) : error 017: undefined symbol "CreateDynamicObject"


Re: help! i need help! please help me! fast! come on - Jstylezzz - 10.03.2013

have you included the streamer #include <streamer>
don't forget to load the plugin too inside the server.cfg


Re: help! i need help! please help me! fast! come on - rangerxxll - 10.03.2013

As stated above. You need to
pawn Код:
#include <streamer>
and also add the plugin in your server.cfg file.
Код:
plugins streamer.dll



Re: help! i need help! please help me! fast! come on - MP2 - 10.03.2013

I don't help people who have topic titles that say 'please help me! fast! come on'. We are all VOULENTEERS. We are not employees of some sort of support forum. We use our free time to help others for no reward. We don't like to be bossed around.

(This would be about the 50th time I've made this god damn point)