ESX [ESX] BeAware-Elevator

CR LEAKS

FOUNDER
Mar 25, 2022
1,000
4,925
113
Credits
8,695

BeAware-Elevator​

A highly configurable ESX elevator script based on NativeUI

Features:

  • Multiple Floors
  • Job whitelist
  • Item whitelist
  • Configurable Text

Config​

OptionDescriptionDefault
Config.MarkerDistanceDisctance where markers get rendered50
Config.KeyKey to open elevator menu38
Config.DescriptionHeader text (universal)“Elevator”
Config.TooFarAwayError text if you are too far away“Too far away”
Config.NoPermissionError text if you have insufficient permissions“insufficient permissions”
Config.ScreenFadeChange if the Screen fades blacktrue

Dependency​

NativeUILua: Get it
Please, Log in or Register to view URLs content!


Download​

Download:
Please, Log in or Register to view URLs content!


Help​

Example​

Casino = {
{
text = ("Press ~INPUT_PICKUP~ to use the Elevator"),
label = ("Entrance"),
description = ("Go to the Entrance"),
marker = {type = 1, scale = 3.0, height = 0.5, r = 0, g = 255, b = 255, a = 200},
coords = {x = 924.43, y = 46.87, z = 80.11, h = 60.01},

},
{
text = ("Press ~INPUT_PICKUP~ to use the Elevator"),
label = ("Roof"),
description = ("Enter Roof"),
marker = {type = 1, scale = 1.5, height = 0.5, r = 0, g = 255, b = 255, a = 200},
coords = {x = 964.49, y = 58.76, z = 111.55, h = 55.63},
jobs = {
["police"] = 2,
["ambulance"] = 1,
},
items = {
"bread",
"water",
},
},

},

Download:
Please, Log in or Register to view URLs content!