Posts: 334
Threads: 52
Joined: May 2011
Reputation:
0
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.
Posts: 219
Threads: 0
Joined: Oct 2012
Reputation:
0
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
Posts: 334
Threads: 52
Joined: May 2011
Reputation:
0
It is already like that...
Posts: 334
Threads: 52
Joined: May 2011
Reputation:
0
Bump, I need help else I can't keep my server's playerbase...
Posts: 219
Threads: 0
Joined: Oct 2012
Reputation:
0
Look into the server_log.txt and see if the streamer is loaded properly.
Posts: 334
Threads: 52
Joined: May 2011
Reputation:
0
[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
Posts: 334
Threads: 52
Joined: May 2011
Reputation:
0
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 ***
Posts: 74
Threads: 6
Joined: Feb 2011
Reputation:
0
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.