Posts: 31
Threads: 8
Joined: Nov 2012
Reputation:
0
Alright, so, I have Incognito's streamer set up, and I have a script for it, and it worked, it had a mixture of CreateObject's and CreateDynamicObjects.. Then, using convertffs.com i converted it ALL to CreateDynamicObject's, now, it doesn't work, NO OBJECTS are showing up, 0.
Quick things:
- Plugin was put in
- Include was put in
- Plugin was used
- Include was used
IT WORKED, before I converted it all to CreateDynamicObject's... So, can you help me somehow, is there a catch I didn't know about?
Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
I think in converterffs converting the same method of object will not be converted.
(Not sure)
Posts: 31
Threads: 8
Joined: Nov 2012
Reputation:
0
The script reports no errors or warnings. All parameters fulfill the needs. I really don't know what the problem is..
Posts: 31
Threads: 8
Joined: Nov 2012
Reputation:
0
Alright, so now I believe the script is not loading because it doesn't have commands i scripted there. (Returns "Unknown command").
What could be causing this, and why? The script is not large, aprox. 1500 lines of code and a lot of objects... Also, since I put in some more, the server crashes.. Any help?
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Can you show us some of your CreateDynamicObject lines, just to make sure all the parameters are correct? There is in fact a parameter which determines the draw distance (Distance able to be between the player and the object before you can see it properly), so just paste a few lines for us to look at.
Posts: 31
Threads: 8
Joined: Nov 2012
Reputation:
0
Also, just to add, I have specified in the server.cfg for the script and double checked if it's updated .. All is well it just refuses to load.
Posts: 31
Threads: 8
Joined: Nov 2012
Reputation:
0
It is moments like these that make me want to punch the shit out of myself.
Problem resolved: added streamer.dll to the "plugins" line -.-
wow, I remember to include it but forget the plugin -.-
Guh, delete this, solved.