Streamer Object , Help mer plsss -
Phuong - 04.03.2015
http://i.imgur.com/9Nbfdqh.png
http://i.imgur.com/Er3cIuv.png
Object load slowww
https://www.youtube.com/watch?v=dYko...ature=*********
Thanks.
Respuesta: Streamer Object , Help mer plsss -
!R1Ch@rD! - 04.03.2015
I do not understand your problem
Re: Streamer Object , Help mer plsss -
CalvinC - 04.03.2015
Check if there might be too many objects, the limit is 1000.
Re: Streamer Object , Help mer plsss -
Phuong - 04.03.2015
Quote:
Originally Posted by CalvinC
Check if there might be too many objects, the limit is 1000.
|
820 Object
Re: Streamer Object , Help mer plsss -
JaydenJason - 04.03.2015
Use incognitos streamer and use CreateDynamicObject instead?
For me it looks like you're using CreateObject..
Re: Streamer Object , Help mer plsss -
Phuong - 04.03.2015
Quote:
Originally Posted by JaydenJason
Use incognitos streamer and use CreateDynamicObject instead?
For me it looks like you're using CreateObject..
|
CreateDynamicObject(19448, 45.76070, 353.95859, 955.63641, 0.00000, 0.00000, 0.00000); i use Incognitos streamer
AW: Streamer Object , Help mer plsss -
Kaliber - 04.03.2015
Set the DrawDistance higher
Re: Streamer Object , Help mer plsss -
zetX - 04.03.2015
Facing same problem...
Re: AW: Streamer Object , Help mer plsss -
Phuong - 04.03.2015
Quote:
Originally Posted by Kaliber
Set the DrawDistance higher
|
How to set the DrawDistance ?
AW: Re: AW: Streamer Object , Help mer plsss -
Kaliber - 04.03.2015
Quote:
Originally Posted by Phuong
How to set the DrawDistance ?
|
Well, look at the parameter:
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
So you do sth like this:
Код:
CreateDynamicObject(19448, 45.76070, 353.95859, 955.63641, 0.0, 0.0, 0.0, -1, -1, -1, 600.0);
Greekz