Gangwar
Requirements:
- ESX 1.1 or new
〢Gangwar Script
〢2 Factions fight each other
〢Unpackable vehicles
〢Configure Weapon
〢Configure Zonen
〢Configure Flags
〢Resmon = 0.00ms
〢German and English locales
〢Configure text
〢Configure Dimensionen
〢Points adjustable
〢Captureable flags where then any x minutes x gives points
〢Regular updates
〢Set factions
〢README file with the most important information.
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 1900+ |
Requirements | ESX 1.1or new |
Support | Yes |
GANGWAR = {
blacklistjob = {"unemployed", "police"},
RANG = 6,--From this rank you can start a gangwar
Flaggenpunkte = 3,--You get the points after x minutes
Flaggenzeit = 30, --This is the seconds time to take 60 = 1 minute
FlaggenpunkteZEIT = 1, --This means that the flag awards flag points every 3 minutes
Killpunkte = 3, --This means that you get 3 points for every kill
Gleichstandplus = 5, --This means that if there is a tie, there will be 5 more minutes
}
Config = {
Locale = 'de',
debug = false,
esxgetSharedObjectevent = 'esx:getSharedObject',
esxprefix2 = "esx:",
}
Discord = {
Discordon= false,
title = "Gangwar - NEWS",
url = "http://.de/",
color = 9758486,
text = "Gangwar",
avatar_url = "https://cdn.discordapp.com/attachments/960742819033657344/961321859264155690/fsdff.png",
username = "Gangwar - NEWS",
icon_url = "https://cdn.discordapp.com/attachments/960742819033657344/961321859264155690/fsdff.png",
thumbnailurl = "https://cdn.discordapp.com/attachments/960742819033657344/961321859264155690/fsdff.png",
webhook = "",
}
GANGWAR.zones = {
["Mirror"] = {
location = vector3(813.0961, -280.8333, 66.4624),--Zones midpoint
zonescale = 140.0,--zone size
spawnd = {x = 600.3, y = 89.8, z = 92.8, heading = 100.0},--Attackers spawn
spawna = {x = 1248.6, y = -347.7, z = 69.1, heading =9.8869},--defender spawn
howmanydef = 5,
howmanyatak = 5,
Zeit = 1,--minutes
bucket = 231,--Dimension
car = false,-- Car despawns when driving in a circle
ausparker = {
{
automenu = vector3(1239.8, -338.9, 68.7),--Parking spaces can be used by both
heading = 79.7314,
},
{
automenu = vector3(610, 87.2, 92.2),--Parking spaces can be used by both
heading = 162.0426,
},
},
Waffenvonstaat = true,
Weapons = {
"WEAPON_HEAVYRIFLE",
"WEAPON_ADVANCEDRIFLE",
"WEAPON_GUSENBERG",
"WEAPON_HEAVYPISTOL",
},
Autos = {
{label = "revolter", action = 'revolter'},
{label = "raiden", action = 'raiden'},
{label = "neon", action = 'neon'},
{label = "Schafter", action = 'schafter3'},
{label = "Jugular", action = 'jugular'},
},
flaggen = {
["Fußballfeld"] = {
Flagge = vector3(771.9, -235.1, 65.1),
nix = false,--NOT TOUCH THIS
farbe = 40,
Flaggename = "Gangwar Flagge"
},
}
},
}
GANGWAR.FRAKTIONEN = {
["mg13"] = {
label = "mg13",
color1 = 64,--https://wiki.■■■■■■■■■■■/index.php?title=Vehicle_Colors
color2 = 64,--https://wiki.■■■■■■■■■■■/index.php?title=Vehicle_Colors
blipfarbe = 12,--https://docs.fivem.net/docs/game-references/blips/
spawnaftergangwar = {x = 812.6911, y = -285.6532, z = 66.4616, heading = 106.8438},-- Gangwar Ende Spawn
gangwarin = vector3(1286.3289794922, -1603.5640869141, 54.824951171875),-- go in gangwar
gangwarstartertp = {x = 1286.3289794922, y = -1603.5640869141, z = 54.824951171875, heading = 106.8438},-- Gangwar Spawn after starting (only for the starter)
},
["lcn"] = {
label = "lcn",
color1 = 62,--https://wiki.■■■■■■■■■■■/index.php?title=Vehicle_Colors
color2 = 62,
blipfarbe = 29,--https://docs.fivem.net/docs/game-references/blips/
spawnaftergangwar = {x = 812.6911, y = -285.6532, z = 66.4616, heading = 106.8438},-- Gangwar End Spawn
gangwarin = vector3(1407.1417, 1139.6167, 114.4436),-- go in gangwar
gangwarstartertp = {x = 1407.1417, y = 1139.6167, z = 114.4436, heading = 106.8438},-- Gangwar Spawn after starting (only for the starter)
}
}