10.05.2012, 13:07
If you want to convert many objects, here there is a website that will convert your createobject in AttachObjectToVehicle
http://agcsigntest.altervista.org/Pa...converter.html
Try to put this in the input box
This will output
Credits: Me and Roban
http://agcsigntest.altervista.org/Pa...converter.html
Try to put this in the input box
Код:
CreateObject(3012, 0.18, 2.10, -0.01, -12.00, -18.00, 18.00); CreateObject(1012, 38, 14, 2, 2.00, 18.00, 0);
Код:
new objectid0 = CreateObject(3012, 0.18, 2.10, -0.01, -12.00, -18.00, 18.00) ; AttachObjectToVehicle(objectid0,vehicleid, 0.18, 2.10, -0.01, -12.00, -18.00, 18.00); new objectid1 = CreateObject(1012, 38, 14, 2, 2.00, 18.00, 0) ; AttachObjectToVehicle(objectid1,vehicleid, 38, 14, 2, 2.00, 18.00, 0);