Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
Mods that using streamer don't work on server (hosted)
It's says at the mod: Unknown
Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
It's windows & still not working
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
I don't quite understand what you mean...
I'm assuming "mods" means "objects" because you mentioned using a streamer...
Do you have any CreateObject lines in your script? If so, replace "CreateObject" with the function your streamer uses (generally it's CreateDynamicObject). Make sure you're compiling with the latest include file for the streamer you're using, and loading the latest plugin for the streamer you're using.
Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
So your gamemode is not loading? are you sure its typed correctly on the configuration?
Can you also paste your server log here so we have a good idea about what the issues are?
Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
Yes I told thet gamemodes without streamer working and with not and I did with .so and without
Posts: 103
Threads: 10
Joined: Dec 2012
Reputation:
0
Use .dll Maybe that work.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Can you display your server.cfg file, please?
If you're running your server on a Windows machine, you should not be loading .so files- those are Linux binaries!