SA-MP Forums Archive
Objects Streamer - 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: Objects Streamer (/showthread.php?tid=421602)



Objects Streamer - Ryan_Obeles - 10.03.2013

Is it possible to put dynamic objects in a given VW?


Re: Objects Streamer - JaKe Elite - 10.03.2013

Yes.
Incognito Streamer has that parameter..


Re: Objects Streamer - Ryan_Obeles - 10.03.2013

Whats the parameter?
like function to use? i cant find it.... in the include


Re: Objects Streamer - Threshold - 10.03.2013

All functions and callbacks are listed and explained in the original plugin thread by Incognito.

Found here: https://sampforum.blast.hk/showthread.php?tid=102865

In this case:
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0);
worldid being the Virtual World. (-1 for all virtual worlds)


Re: Objects Streamer - Ryan_Obeles - 12.03.2013

ohh kk thx lol i thought that there is a separate funtion for it