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);
Output should be Incognito's Streamer Plugin, and the input should be MTA
Don't use CreateDynamicObject it causes problems with draw distance and objects disappearing use CreateDynamicObjectEx instead.