Update coming in soon.
Just made a pr with few feature
- Added Cooldown on chopping vehicles. Thanks to esx_carthief for the code. Link GitHub - KlibrDM/esx_carthief: Car thief script for ESX FiveM servers.
- Added NPC at shop location with config to disable it and change coordination. Thanks to esx_cargodelivery Link GitHub - apoiat/ESX_Cargodelivery: Fivem ESX Cargo delivery missions.
- Vehicle now gets door removed after opening them. Raised time per door to 5000ms so 5 sec.
- Added the ability to hide blips in config.
Video (Just upload it so hd might not be available yet)
Config file look like this
Config = {}
Config.DrawDistance = 100.0
Config.EnableBlips = true -- Set to false to disable blips
Config.MarkerType = 27
Config.MarkerColor = { r = 50, g = 50, b = 204 }
Config.Locale = 'en'
Config.CooldownMinutes = 1 -- Minutes between chopping.
Config.NPCEnable = true -- Set to false to disable NPC Ped at shop location.
Config.NPCHash = 68070371 --Hash of the npc ped. Change only if you know what you are doing.
Config.NPCShop = { x = -55.42, y = 6392.8, z = 30.5, h = 46.0 } -- Location of the shop For the npc
Config.GiveBlack = true -- Wanna use Blackmoney?
Config.Zones = {
Chopshop = {coords = vector3(-522.87, -1713.99, 18.33), name = _U('map_blip'), color = 49, sprite = 225, radius = 100.0, Pos = { x = -522.87, y = -1713.99, z = 18.33}, Size = { x = 5.0, y = 5.0, z = 0.5 }, },
Shop = {coords = vector3(-55.42, 6392.8, 30.5), name = _U('map_blip_shop'), color = 50, sprite = 120, radius = 25.0, Pos = { x = -55.42, y = 6392.8, z = 30.5}, Size = { x = 3.0, y = 3.0, z = 1.0 }, },
}
Config.Items = {
"battery",
"lowradio",
"stockrim",
"airbag",
"highradio",
"highrim"
}
Config.Itemsprice = {
battery = 50,
lowradio = 94,
highradio = 350,
stockrim = 150,
highrim = 285,
airbag = 125
}