function main()
if not isSampLoaded() or not isCleoLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(1) end
while true do
if isCharInAnyCar(PLAYER_PED) then
setCarEngineOn(storeCarCharIsInNoSave(PLAYER_PED), true)
end
wait(0)
end
end