Z_ReC Posted July 8, 2015 Share Posted July 8, 2015 Hi, I'm Z_ReC and have a problem. Look at this Code : Server Code: addEventHandler("onResourceStart", getRootElement(), function() theCar = createVehicle(411, 0, 0, 3) ped = createPed(299, 0,0,0) misil = createObject(3790, 0, 0, 0) attachElements(ped, theCar, 0, 0, 1.7) attachElements(misil, theCar, 0, 0, 3, 0, 0, 270) end) Get in the car, and drive. As can be seen when running these lines, the PED created does not attached to the Z axis of rotation of the VEHICLE! I wonder if there is a solution, or is it a bug of MTA! Very VERY thanks for your time! I hope your answers (Sorry for my basic English, I'm say Spanish ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now