11.03.2010, 05:30
Just paste your objects in notepad then:
1) Ctrl+H - Replace 'CreateObject' with CreateDynamicObject'
2) Ctrl+H - Replace ');' with ', worldid, interiorid, playerid, Float
istance);'
Remember to replace worldid/interiorid/playerid and distance with what you want.
Example: , -1, -1, -1, 300);
Will stream the objects for all players in all world in all interiors and the streaming distance will be 300 co-ords.
1) Ctrl+H - Replace 'CreateObject' with CreateDynamicObject'
2) Ctrl+H - Replace ');' with ', worldid, interiorid, playerid, Float

Remember to replace worldid/interiorid/playerid and distance with what you want.
Example: , -1, -1, -1, 300);
Will stream the objects for all players in all world in all interiors and the streaming distance will be 300 co-ords.