Installation
This page will give you the information you need to setup this resource.
Dependencies
How to install
How to add new locations
Gasstation Template:
['ID'] = {
label = 'RON Example', -- This is the location where the helicopter will spawn
brand = 'ron', -- Here you can choose the gasstation their brand (ron, globe, xero or ltd)
fuelProp = 'prop_gas_pump_1a', -- All the gas pumps represent other brands (1a = ron, 1b = globe, 1c & old3 = ltd, 1d & old2 = xero)
price = {min = 3, max = 6, current = nil}, -- The fuelprices, you fill in the min and max and it automaticly sets the current so leave this to nil.
fuellevel = nil, -- This wil be automatically been taken from the database.
polyheight = {min = 0.0, max = 0.0},
polyzone = { -- Here you can create the polyzone that will spawn the props needed and will check if someone is inside zone.
vector2(0.0, 0.0)
vector2(0.0, 0.0)
vector2(0.0, 0.0)
vector2(0.0, 0.0)
},
refuel = {pos = vector4(0.0, 0.0, 0.0, 0.0), prop = 'prop_storagetank_02b'}, -- All the options for refueling the gasstation with the refueling (side)job.
}Last updated
