
Installation
This page will give you the information you need to setup this resource.
Dependencies
How to install
How to add new locations
Locations Template:
['ID'] = {
spawn = vector3(0, 0, 0), -- This is the location where the helicopter will spawn
land = vector3(0, 0, 0), -- This is the location where the helicopter will land
despawn = vector3(0, 0, 0), -- This is the location where the helicopter will despawn
area = { -- Create an area with polyzone, this is necessary for (de)spawning the NPC's and vehicles
minz = 0.0,
maxz = 0.0,
zone = {
vector2(0.0),
vector2(0.0),
vector2(0.0),
vector2(0.0),
},
},
wait = { -- The wait time is time in seconds
first = 10, -- The time the script waits until it changes the speed of the helicopter
second = 10, -- The time the script waits until the helicopter is starting to land.
third = 30, -- The time the script waits for the helicopter to be land and then let the weapondealers step out of the helicopter.
},
}How to add new weapon loadouts
Weapons Template:
Last updated