Posts: 21
Threads: 1
Joined: Jul 2012
Reputation:
0
CreateObject(10789,-1066.5929000,-1061.7194800,2143.9404300,90.0000000,179.9950000,0 .0050000);
With CreateObject i have no problem of distance but i have only 1000 objects because there are a limit.
And
CreateDynamicObject(10789,-1066.5929000,-1061.7194800,2143.9404300,90.0000000,179.9950000,0 .0050000, -1, -1, -1, 2000.0000000);
Posts: 112
Threads: 23
Joined: May 2012
Reputation:
0
Try to update your streamer.
Posts: 21
Threads: 1
Joined: Jul 2012
Reputation:
0
I have streamer by incognito 2.6.1 1000 players it's new version
Posts: 889
Threads: 4
Joined: Mar 2013
Reputation:
0
If you use a streamer, you must use the functions that come with the streamer (eg. CreateDynamicObject()) instead of the default SA:MP function (CreateObject()). If you use the default function, your objects will not stream via the streamer.
Posts: 21
Threads: 1
Joined: Jul 2012
Reputation:
0
you have not understand my problem
Posts: 21
Threads: 1
Joined: Jul 2012
Reputation:
0
I have already try but i can't install because i don't understand this include
Posts: 162
Threads: 4
Joined: Aug 2011
Reputation:
0
goto streamer page and check streamer_visibleitems. use it in ongamemodeinit to set maximum visible objects 800 or 900. sorry i couldve posted exact code but im on mobile.
Posts: 162
Threads: 4
Joined: Aug 2011
Reputation:
0
i could be wrong but i think samp objects and streamer objects are causing conflicts. try converting all maps which are using createobject to createdynamicobject.
hope this helps.