SA-MP Forums Archive
[Streamer]Draw Distance. - 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: [Streamer]Draw Distance. (/showthread.php?tid=429629)



[Streamer]Draw Distance. - faff - 10.04.2013

I know i can Add the Draw Distance value at Createobject.

Does this work with CreateDynamicObject?
I'm using Ignico's Streamer Plugins.

Mvg, Faff


Re: [Streamer]Draw Distance. - ThaCrypte - 10.04.2013

You'll be needing CreateDynamicObject for that i think


Re: [Streamer]Draw Distance. - Riddick94 - 10.04.2013

Quote:
Originally Posted by faff
Посмотреть сообщение
Does this work with CreateDynamicObject?
I'm using Ignico's Streamer Plugins.
Quote:
Originally Posted by ThaCrypte
Посмотреть сообщение
You'll be needing CreateDynamicObject for that i think
This conversation.. is pointless.

Quote:
Originally Posted by faff
Does this work with CreateDynamicObject?
Why don't you check Streamer plugin topic?

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0);



Re: [Streamer]Draw Distance. - faff - 10.04.2013

@Riddick
Thanks!