[Help] Increase visibility of an object (CreateDynamicObject) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Help] Increase visibility of an object (CreateDynamicObject) (
/showthread.php?tid=575456)
[Help] Increase visibility of an object (CreateDynamicObject) -
MarkHud - 27.05.2015
Hello.
How distacia increase the visibility of an object?
I use the streamer plugin .
Increase the value
here:
CreateDynamicObject(modelid, Float

, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1,
Float
treamdistance = 200.0, Float:drawdistance = 0.0);
Follow the same. Only look at a close distance.
Sorry my bad English.
Re: [Help] Increase visibility of an object (CreateDynamicObject) -
MP2 - 27.05.2015
What does this have to do with 0.3.7..?
streamdistance is the distance players need to be from an object for the object streamer to create it. Drawdistance is the distance the object is visible from. If the drawdistance is higher than the stream distance, then the stream distance determines the draw distance, but the object will pop in so drawdistance should always be lower than stream distance.
Re: [Help] Increase visibility of an object (CreateDynamicObject) -
Baboon - 29.05.2015
stream and drawdistance should be both the same if you want to stream them and show them at the same distance.