1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-24 04:26:19 +02:00
parent c01fa3bb74
commit 2ccf477c6c
49 changed files with 6 additions and 2 deletions

View file

@ -683,7 +683,11 @@ local vehicles = { -- Vehicle list, credits to qb-core!
{ model = 'cararv', name = 'Caracara Camper', brand = 'Vapid', price = 55000, category = 'importtrucks', shop = { 'cardealer', 'fmpdm', 'laryscars' } }, { model = 'cararv', name = 'Caracara Camper', brand = 'Vapid', price = 55000, category = 'importtrucks', shop = { 'cardealer', 'fmpdm', 'laryscars' } },
{ model = 'galaxyroamer', name = 'Galaxy Roamer', brand = 'Brute', price = 55000, category = 'importtrucks', shop = { 'cardealer', 'fmpdm', 'laryscars' } }, { model = 'galaxyroamer', name = 'Galaxy Roamer', brand = 'Brute', price = 55000, category = 'importtrucks', shop = { 'cardealer', 'fmpdm', 'laryscars' } },
-- Import Cars
{ model = 'gb811s2', name = '811 S2', brand = 'Pfister', price = 80000, category = 'importcars', shop = { 'fussion' } },
{ model = 'gbadmiral', name = 'Admiral', brand = 'Declasse', price = 80000, category = 'importcars', shop = { 'fussion' } },
{ model = 'gbargento7f', name = 'Argento 7F', brand = 'Obey', price = 80000, category = 'importcars', shop = { 'fussion' } },
{ model = 'gbbanshees', name = 'Banshee ', brand = 'Bravado', price = 80000, category = 'importcars', shop = { 'fussion' } },

View file

@ -15,7 +15,7 @@ Config.DetectorType = 2
-- 2 = BT Target -- 2 = BT Target
-- 3 = QB Target -- 3 = QB Target
-- 4 = OX Target -- 4 = OX Target
Config.TargetZoneType = 0 Config.TargetZoneType = 3
-- i will leave this function open, just in case you had anticheat. -- i will leave this function open, just in case you had anticheat.
Config.SetPlayerInvisible = function() Config.SetPlayerInvisible = function()