SA-MP Forums Archive
Object converter - to Incognito's 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: Object converter - to Incognito's streamer (/showthread.php?tid=397203)



Object converter - to Incognito's streamer - Feastahashi - 03.12.2012

Hey guys, aren't there any converters from CreateObject to CreateDynamicObject?

I tried http://convertffs.com/, but it works badly, as it doesn't put fully data on the function.

See the correct way:

Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
See the way the converter give me:

Код:
CreateDynamicObject(8172,171.35000000,559.14000000,0.04000000,360.00000000,-360.00000000,14.54000000); //
Means it's not fully .

I've tried from CreateObject.


Re: Object converter - to Incognito's streamer - park4bmx - 03.12.2012

You can add on the rest of the syntax by your self but that would be long.
You can use my map converter(link in my signature) but you will need to convert from MTA objects type to the streamer. But it will give you the interior etc. if u tell the converter


Re: Object converter - to Incognito's streamer - Feastahashi - 03.12.2012

The map editor picture is attached.

Really sad if there aren't any options for converting. So, he'll have to update his Map Editor.


Re: Object converter - to Incognito's streamer - Feastahashi - 03.12.2012

Omg, people just answer once. Please...