SA-MP Forums Archive
Error 17: undefined symbol "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: Error 17: undefined symbol "CreateDynamicObject| (/showthread.php?tid=524206)



Error 17: undefined symbol "CreateDynamicObject| - Le3aT - 05.07.2014

i just made a map and..

im getting that error, idk why. I put it under OnGameModeInit. HELP PLZ


Re: Error 17: undefined symbol "CreateDynamicObject| - Dignity - 05.07.2014

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


Re: Error 17: undefined symbol "CreateDynamicObject| - Le3aT - 05.07.2014

so all of that is because of the streamer or what ?


Re : Error 17: undefined symbol "CreateDynamicObject| - Varkoll - 05.07.2014

Basically, with no includes, yo have to do CreateObject & no CreateDynamicObject.

With the link Mionee gave you, you can use CreateDynamicObject.

The streamer allow you to create more object than with the simple CreateObject.

To make it works, you have to place #include <streamer> under #include <a_samp>

And in server.cfg in your plugins list you have to put streamer.dll (on Windows) or streamer.so (on Linux).

Example
pawn Код:
server.cfg:

gamemode grandlarc 1
plugins streamer.dll



Re: Error 17: undefined symbol "CreateDynamicObject| - Le3aT - 05.07.2014

still, when i made it with createobject the map doesn't appear/load. any help ?


Re: Error 17: undefined symbol "CreateDynamicObject| - Le3aT - 05.07.2014

thats really awkward, idk why it didn't load........ I'm using sublime text2 btw. If that is the problem. so................................ can anyone help \?