๐ŸงฉExports and Events

You need specific Exports or Events for your Scripts? Here is your way to go!

Open UI of a Station

exports["S-Rental"]:OpenUI(stationindex)

Close the UI

exports["S-Rental"]:CloseUI()

Update Blips

exports["S-Rental"]:UpdateBlips()

Close a Station for use. true equals open and false equals closed

exports["S-Rental"]:CloseStation(stationindex, bool)

Get vehicle near a Coords

exports["S-Rental"]:VehicleNearCoord(coords)

Split RGB Strings

exports["S-Rental"]:splitRGB(rgbcode)

Get Parkout locations (Only useable when the Player is next to the station)

exports["S-Rental"]:GetCoords()

Get a random generated plate

exports["S-Rental"]:GetRandomPlate()

If you need a Export that is not listed above, feel free to open a ticket at our Discord, so that we can implement your new Export in no time!

Last updated