Incognito's Streamer object bug.
#1

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?
Reply
#2

I think in converterffs converting the same method of object will not be converted.
(Not sure)
Reply
#3

The script reports no errors or warnings. All parameters fulfill the needs. I really don't know what the problem is..
Reply
#4

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?
Reply
#5

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.
Reply
#6

PHP код:
    CreateDynamicObject(16367,1239.2050780,-1243.8417970,202.9060060,0.0000000,0.0000000,247.4997000); //object(des_quayramp)(1)
    
CreateDynamicObject(1633,1255.2529300,-1240.8631590,202.3304750,0.0000000,0.0000000,0.0000000); //object(landjump)(1) 
There they are. Now the draw distance isn't specified, but the problem isn't with that, the default is 300.. The problem is now the SCRIPT won't LOAD. It says it loaded but in fact, it doesn't work and crashes the server. I have only createObject's and CreateDynamicObject's there and NOTHING else...
Reply
#7

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.
Reply
#8

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)