[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!