SA-MP Forums Archive
Steamer & Objects - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Steamer & Objects (/showthread.php?tid=244071)



Steamer & Objects - Sexserghy - 26.03.2011

So my problem is:

I have in include:

Код:
#include <streamer>
And my objects r done like this:

Код:
CreateDynamicObject(1479, 1473.5500488281, -1646.3641357422, 14.061123847961, 0, 0, 318.31500244141, -1, -1, -1, 250.0);
So i was reading that i need to have "CreateDynamicObject" with streamer on 0.3c, but half objects on server r good, but half didnt..

I need to come 1 cm close to see them, any help?


Re: Steamer & Objects - THE_KNOWN - 26.03.2011

try putting a print() in the end after the last CreateDynamicObject. See if the public is breaking in the middle after loading some objects.


Re: Steamer & Objects - Sexserghy - 26.03.2011

How u mean? Like this?

CreateDynamicObject()(1479, 1473.5500488281, -1646.3641357422, 14.061123847961, 0, 0, 318.31500244141, -1, -1, -1, 250.0);

Or what?


Re: Steamer & Objects - Stigg - 26.03.2011

He means put:
pawn Код:
print("My obbby's have loaded....");
After your last create object line in your script.
Then if it prints "My obbby's have loaded...." in your console window, all your objects are loading correctly
and you need to start looking elsewhere for the cause of your problem.

BTW. Have your checked the streaming distance ?