16.11.2014, 19:11
How can i make the airplane go forward? i tried to give 25,0 velocity / 250 sec but is still not working the airplane is falling...
Please?
Please?
Код:
new Float:Velocity[3]; GetVehicleVelocity(fly[playerid], Velocity[0], Velocity[1], Velocity[2]); SetVehicleVelocity(fly[playerid], 25.0 , Velocity[1], Velocity[2]);