Posts: 883
Threads: 131
Joined: Mar 2011
Reputation:
0
My object all of sudden wont load.. I have streamer and all that updated. But now they just dont show up.. There CreateDynamicObject. Any help.
It might be a streamer problem but ive updated it and still nothing
Posts: 46
Threads: 5
Joined: May 2011
Reputation:
0
Did you check in the console to see if the streamer plugin actually works?
If it says that it could not load it, make sure you also have the latest include of the streamer plugin and compile the script using it.
Guest9328472398472
Unregistered
Compile your Script with the .inc file that came in the package with your .dll or .so plugin for Streamer, you prob. need to use a different streamer located
here, that would possibly solve the problem. If not...it has to deal with your script and how it's being streamed. I use to have this problem, but I did what I mentioned above and everything was fixed.
Guest9328472398472
Unregistered
Hmm...What kind of gamemode do you use or is it Custom?
Guest9328472398472
Unregistered
Quote:
Originally Posted by googamalugafoo
custom
|
Then something in your script or you .inc is causing (when compiled) for the Objects not to be compiled correctly, and streamed incorrectly. Try updating your .inc if that doesn't work use "CreateObject" or any other variable that would work for your script. You can Convert it
here.