About CAltimeter
Display UI when player pilot an heli
INFOS
- Possible conversion between kilometres per hour and miles in the configuration
- Displayed:
Speed
Fuel gauge
Health of copter / scrapheli
Altitude above sea level
Altitude depending on the obstacle below
PREVIEW (v1.0.1)
*In the video you can see a slight delay between the update of the old and new values (speed and altitude). These have been corrected after the video was recorded
REQUIRE
The Image Library plugin is required !
https://umod.org/plugins/image-library
PERMISSION
caltimeter.use
CHAT COMMAND
/altimeter => If the player wants enable / disable UI
CONFIG
{
"CONFIG": {
"» Chat command": "altimeter",
"» Chat Prefix message": "ALTIMETER",
"» Chat prefix size": 18,
"» Chat prefix color": "#ce422b"
},
"UI": {
"» Speed value [KMH = 1 | MPH = 2]": 1,
"» Refresh rate": 0.1,
"» Display helmet overlay": true,
"» Display cold effect": true,
"» Max fuel tank capacity": 500
},
"VERSION": {
"Major": 1,
"Minor": 0,
"Patch": 2
}
}