Jump to content

[HELP] Engine (oil) Temperature


AmteX

Recommended Posts

Posted

Hello i would like to script oil temperature script which works if we do full throttle for long car will heat up and car stops working then we need take rest 3min.

Im new in script so i dont know how to do it ,can you please help?

Posted

Probably you need to deal with

-- Some variables / arrays in order to stream it for the rest of players

setTimer() -- or
getTickCount()

To check while the player is driving

getControlState() -- Try to search a better function for client-side

In case you want to block, stop the vehicle or whatever

setVehicleLocked()
setElementFrozen()
setControlState() -- To block the acceleration of any vehicle.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...