SA-MP Forums Archive
CreateDynamicObject not working?? - 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: CreateDynamicObject not working?? (/showthread.php?tid=442956)



CreateDynamicObject not working?? - Necip - 09.06.2013

I have CreateDynamicObject on many objects but it's not working...On my LocalHost it works fine but on my Volthost it doesn't work.I thought I did something wrong with includes and then I put the Localhost includes and still the same.The problem is that the objects don't appear but I can't find where is the problem...I get no errors or warnings.


Re: CreateDynamicObject not working?? - Aly - 09.06.2013

Well if you hosted your server it means the OS of the host is Linux.
So , in your plugins folder from the host you have to put streamer.so after you downloaded it.
After that you have to open server.cfg and modify streamer.dll to streamer.so


Re: CreateDynamicObject not working?? - Necip - 09.06.2013

It is already like that...


Re: CreateDynamicObject not working?? - Necip - 09.06.2013

Bump, I need help else I can't keep my server's playerbase...


Re: CreateDynamicObject not working?? - Aly - 09.06.2013

Look into the server_log.txt and see if the streamer is loaded properly.


Re: CreateDynamicObject not working?? - Necip - 09.06.2013

[10:02:49]
[10:02:49] Server Plugins
[10:02:49] --------------
[10:02:49] Loading plugin: streamer.so
[10:02:49]

*** Streamer Plugin v2.6 by Incognito loaded ***

This is what it says for Streamer Plugin


Re: CreateDynamicObject not working?? - Necip - 09.06.2013

It says
[10:02:49]
[10:02:49] Server Plugins
[10:02:49] --------------
[10:02:49] Loading plugin: streamer.so
[10:02:49]

*** Streamer Plugin v2.6 by Incognito loaded ***


Re: CreateDynamicObject not working?? - Aly - 09.06.2013

That's it.Download the latest version of streamer by Incognito.
https://sampforum.blast.hk/showthread.php?tid=102865


Re: CreateDynamicObject not working?? - Necip - 09.06.2013

Still the same...


Re: CreateDynamicObject not working?? - stundje - 09.06.2013

Hmm, why don't you try to use a filterscript instead of scripting it in the original script?
I am using a filterscript called mapv1, made by my friend but its very usefull. you can add all your mappings into it and just use it as a filterscript.