Sooo ive been looking through all the natives and looking through scripts to learn lua.
I have noticed some functions that gave me an amazing job idea!
But im sure how far i can go, And natives like these is 1000 the limit? Or can i put 2500 if i wanted to?
On the vehicle torque is 1.0 the cap, or can i push that higher?
ClearPedTasks(myPed)
SetVehicleBodyHealth(vehicle, 1000.0)
SetVehicleEngineHealth(vehicle, 1000.0)
SetEntityHealth(vehicle,1000)
SetVehiclePetrolTankHealth(vehicle,1000.0)
SetVehicleBodyHealth(vehicle, 1000.0)
SetVehicleEngineTorqueMultiplier(vehicle,1.0)
Help would be appreciated As if i can im going to try and code my very first script!