CreateDynamicObject
#4

Are you using Incognito's streamer? You can try setting the stream distance and draw distance on all of the objects.

pawn Code:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
Example:

pawn Code:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, -1, -1, -1, 150.0, 150.0);
EDIT: Your non-streamed objects might be interfering with the streamer objects.
Reply


Messages In This Thread
CreateDynamicObject - by Alex_T - 05.01.2015, 22:00
Re: CreateDynamicObject - by ikkentim - 05.01.2015, 22:14
Re: CreateDynamicObject - by Alex_T - 05.01.2015, 23:16
Re: CreateDynamicObject - by ABKPot - 05.01.2015, 23:22
Re: CreateDynamicObject - by S4MSUNG - 05.01.2015, 23:49

Forum Jump:


Users browsing this thread: 1 Guest(s)