[Help] Help with natives etc, Is this possible?

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 :smiley: As if i can im going to try and code my very first script!

There is no limit you will hit even if there is a limit.

Now for torque, just try it out! See how far you can push it :slight_smile: that’s part of the fun

:smiley:

Sweet, I will give it a try and see what happens!

If it works i guess it means ill be working on my very first script! :smiley: