Steamer & Objects
#1

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

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

How u mean? Like this?

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

Or what?
Reply
#4

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


Forum Jump:


Users browsing this thread: 2 Guest(s)