Teaser
Showcase
Features
- Spin the giant bottle
;
- Shoot vehicles with Mega Gun
;
- Control Mega Gun via remote panel
;
- Toggle smoke for vehicles with 8 colors
;
- Land on special track with distance indicators
;
We are selling the script via TEBEX.
*When you buy the script you automatically support FiveM by 15% of the total purchase price.
Config
Config = {}
Config.Locale = 'en'
-- Gun
Config.GunCoords = vector3(1959.814, 3319.7, 80.0)
Config.GunRotation = vector3(0.0, 0.0, 195.0)
Config.GunControlPanelCoords = vector3(1962.544, 3337.375, 79.88483)
Config.GunShootDelay = 10 -- How long will be shoot delay in seconds
-- Smoke
Config.SmokeAvailabilityRange = 250.0 -- How far from Gun smoke can be enabled
-- Bottle
Config.BottleCoords = vector3(1998.489, 3389.91, 48.56981)
Config.BottleSpinTimeMinMax = {10000, 20000} -- minimum 10 seconds, maximum 20 seconds
Config.BottleControlPanelCoords = vector3(2025.8, 3375.934, 45.05112)
-- Vehicles
-- Usage /vrespawn (restricted command, add this command to ace permissions if it doesn't work)
Config.VehicleSpawns = {
{
coords = vector3(2020.5720214844, 3396.8676757812, 46.101051330566),
rotation = vector3(0.0, 0.0, 0.0),
},
{
coords = vector3(2021.3778076172, 3384.1838378906, 46.101058959961),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(2016.0723876953, 3405.8139648438, 46.101093292236),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(2006.8627929688, 3412.3359375, 46.101043701172),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(1993.8946533203, 3414.5959472656, 46.101047515869),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(1981.7679443359, 3410.1594238281, 46.101062774658),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(1975.0805664062, 3400.4333496094, 46.10107421875),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(1973.0057373047, 3384.2375488281, 46.101078033447),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(1981.3590087891, 3371.9470214844, 46.101062774658),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(1991.9357910156, 3366.0690917969, 46.101051330566),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(2005.0771484375, 3366.8366699219, 46.101058959961),
rotation = vector3(0.0, 0.0, 10.0),
},
{
coords = vector3(2016.4510498047, 3374.7524414062, 46.101055145264),
rotation = vector3(0.0, 0.0, 10.0),
},
}
-- Custom cars will be spawned first and after this a random vanila car will be spawned
Config.CustomVehicleHashes = {
-- GetHashKey("130gs"),
-- GetHashKey("423n"),
}
Config.SpawnVehiclesOnScriptStart = true
Config.DebugPoly = false