if (tonumber(money > 0)) and (tonumber(money < 7000)) then
Change to:
if ( tonumber ( money ) and tonumber ( money ) > 0 and ( tonumber ( money ) < 7000 ) ) then
Podrias usar onVehicleDamage y getElementHealth, y cuando la vida del auto este al 300%, es que esta apunto de explotar, y ahi podrias ponerle "godmode" con setVehicleDamageProof.