Auto-sync 2026-04-14 21:25
This commit is contained in:
parent
79239f11d6
commit
dca6b3f54a
@ -103,6 +103,40 @@ Config.Factions = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
['taxi'] = {
|
||||||
|
label = 'Taxi',
|
||||||
|
image = 'https://images.unsplash.com/photo-1556122071-e404eaedb77f?q=80&w=1134&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D', -- Fraktions-Banner URL (leer = Fallback-Icon)
|
||||||
|
maxMembers = 30,
|
||||||
|
bossGrade = 13,
|
||||||
|
minComputerGrade = 11,
|
||||||
|
theme = {
|
||||||
|
accent = '#a06000',
|
||||||
|
accentLight = '#f87171',
|
||||||
|
},
|
||||||
|
computer = vector4(899.9146, -171.2111, 74.0755, 58.7276),
|
||||||
|
garage = vector4(894.9504, -179.2778, 74.7004, 230.3630),
|
||||||
|
garageNpc = true, -- true = NPC an der Garage spawnen, false = nur Interaktionspunkt
|
||||||
|
garageSpawn = vector4(907.4313, -186.3001, 74.0390, 58.0770),
|
||||||
|
-- Fraktions-Lager (codem-inventory Stash)
|
||||||
|
stash = vector4(903.5269, -165.7046, 74.0869, 235.6925),
|
||||||
|
stashNpc = true, -- true = NPC am Lager spawnen, false = nur Interaktionspunkt
|
||||||
|
stashSlots = 50, -- Anzahl Slots
|
||||||
|
stashWeight = 100000, -- Max Gewicht
|
||||||
|
-- Fahrzeugfarbe (FiveM Color IDs: https://wiki.rage.mp/index.php?title=Vehicle_Colors)
|
||||||
|
-- Wird auf alle Fraktionsfahrzeuge angewendet, pro Fahrzeug ueberschreibbar
|
||||||
|
vehicleColor = { primary = 0, secondary = 27 }, -- 0 = Schwarz
|
||||||
|
vehicles = {
|
||||||
|
{
|
||||||
|
model = 'taxi',
|
||||||
|
label = 'Taxi',
|
||||||
|
minGrade = 0,
|
||||||
|
image = 'https://cdn.sky-systems.net/vehicles/gbtaxistanierle.png',
|
||||||
|
color = { primary = 42, secondary = 79 }, -- Schwarz/Schwarz
|
||||||
|
livery = 9 -- Hier die Nummer der Livery eintragen
|
||||||
|
},
|
||||||
|
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- =====================
|
-- =====================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user