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



Problem Streamer - Davman - 16.05.2012

Hello, i've the MidoStream and the samp 0.3e.
I don't see the objects, why?
I tried to update the MidoStream but nothing.


Re: Problem Streamer - $$inSane - 16.05.2012

its because u dont have the plugin or include midostream compatiable with 0.3e


Re: Problem Streamer - mprofitt - 16.05.2012

I have been using Incognitos with 0.3e and it works good.


Re: Problem Streamer - Davman - 16.05.2012

Thanks to all, but if you want to use another Incognito Streamer as I should convert the object?


Re: Problem Streamer - .FuneraL. - 16.05.2012

Convert using the Parameter ConvertFFS the "YSI CreateDynamicObject" and Mode, Use CreateDynamicObject to create them


Re: Problem Streamer - Davman - 16.05.2012

Quote:
Originally Posted by .FuneraL.
View Post
Convert using the Parameter ConvertFFS the "YSI CreateDynamicObject" and Mode, Use CreateDynamicObject to create them
Why should I use YSI? A little curiosity.


Re: Problem Streamer - Davman - 16.05.2012

Code:
 DropObject[i] = CreateStreamObject(gh_GetObjectID(DropInfo[i][dAmount][0]), DropInfo[i][dx], DropInfo[i][dy], DropInfo[i][dz]-1, 80.0, 0, 0, 200.0, DropInfo[i][dWorld]);
How i cam convert this string?