#Dv^ Posted August 22, 2017 Share Posted August 22, 2017 Buenas, tengo un pequeño problema algo absurdo. Necesito saber si hay alguna función para que el tren de aterrizaje de los aviones se suban, por que intento con setPedControlState usando un "ped" pero no me funciona. Lo que usé fué esto: setPedControlState(ped, "sub-mission", true) Agradezco la intención de ayudar. Link to comment
#Dv^ Posted August 22, 2017 Author Share Posted August 22, 2017 Se, lo había puesto mal aquí pero aún así no funciona. Link to comment
#Dv^ Posted August 22, 2017 Author Share Posted August 22, 2017 Just now, Default said: /debugscript3 Nothing. Link to comment
#Dv^ Posted August 22, 2017 Author Share Posted August 22, 2017 ped = createPed(172, 0, 0, 0) car = createVehicle(519, 1984, -2593, 100, 0, 0, 0) warpPedIntoVehicle(ped, car) setElementVelocity(car, 0, 1, 0) setPedControlState(ped, "accelerate", true) setPedControlState(ped, "sub_mission", true) Link to comment
#Dv^ Posted August 22, 2017 Author Share Posted August 22, 2017 http://imgur.com/a/eYX4a Does not work with me. 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