12.06.2013, 08:01
Ali, if you don't see any difference between "CreateDynamicObject" and "CreateDynamicObjectEx" you're doin something wrong.
Use "CreateDynamicObjectEx" instead of "CreateDynamicObject" and put 600.0 in both, stream_distance and draw_distance parameters. Then you will see the difference.
For example:
CreateDynamicObjectEx(13592, 0.0, 0.0, 20.0, 0.0, 0.0, 0.0, 600.0, 610.0);
Put this in your code and you will see the loop at the middle of the map in a 600 meters radius.
The Red one ist the DrawDistance (Client-sided) and the Green one ist the StreamDistance (Server-sided).
Use "CreateDynamicObjectEx" instead of "CreateDynamicObject" and put 600.0 in both, stream_distance and draw_distance parameters. Then you will see the difference.
For example:
CreateDynamicObjectEx(13592, 0.0, 0.0, 20.0, 0.0, 0.0, 0.0, 600.0, 610.0);
Put this in your code and you will see the loop at the middle of the map in a 600 meters radius.
The Red one ist the DrawDistance (Client-sided) and the Green one ist the StreamDistance (Server-sided).