Streamer help at visible objects
#1

Hi guys,
So i wanna change streamer limit of visible objects, because i made a int and when i enter it objects start to disapear as i walk through it (objects behind me) so i think its the streamer limit of visible objects. I wanna know how to change that. Please can anyone tell me?
Reply
#2

CreateDynamicObject - Doesn't have limit
CreateObject - Limit is 1000

Also check the stream distance of the objects.
Код:
//CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
Which streamer are you using? Incognito?
Reply
#3

yea i think its incognito. You dont understand what im talking about. Its not the view distance its the max visible objects. My int exceeds 1000 objects and streamer doesnt let them all be seen to prevent FPS loss. So how do i put more maximum visible objects?
Reply
#4

You can't. The maximum is 1000 at any given time. A streamer doesn't give you unlimited objects, it just removes all objects being streamed at once. You still cannot surpass the SA-MP limit of 1000 objects being streamed at once.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)