SA-MP Forums Archive
mapping help - 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: mapping help (/showthread.php?tid=431232)



mapping help - ProShooter22 - 17.04.2013

im using http://convertffs.com/ for converting,i used mta map editor and i want to convert my objects to this format

Код:
CreateDynamicObject(3749, 1007.33, 2145.51, 15.51,   0.00, 0.00, 0.00);
	CreateDynamicObject(3749, 1007.22, 2121.09, 15.51,   0.00, 0.00, 0.00);
	CreateDynamicObject(8210, 1017.70, 2131.56, 12.73,   0.00, 0.00, 90.00);
	CreateDynamicObject(13749, 971.91, 2136.87, 11.80,   0.00, 0.00, 53.00);
^ my objects should be coveted into this this

so my question is in http://convertffs.com/ what should be my input? and what should be my output?


Re: mapping help - Isolated - 17.04.2013

Output should be Incognito's Streamer Plugin, and the input should be MTA


Re: mapping help - ProShooter22 - 17.04.2013

thank u rep+


Re: mapping help - Pottus - 17.04.2013

Don't use CreateDynamicObject it causes problems with draw distance and objects disappearing use CreateDynamicObjectEx instead.