
LEVIS | [QB/ESX] Chopping Car with NPC’s | UI (tebex.io)
Information
- Detailed and easy config.
- Sync with other players.
- Including required police count.
- Deleted vehicle from data.
- Editable notifications.
- Including item images.
- Disocrd webhook log.
- No ip-locked & open source.
- Target or helpNotification option.
- Full optimized. 0.01 ms at idle.
Config
LVS = {}
LVS.Chop = {
WebHook = 'https://discord.com/api/webhooks/856828873651388427/vGaWJIAAPvCuSdgHseBtg1_D2y7QItLQ6lOjn83Rc4D7klDJPr9JE-tpvWtnT70MiCcK',
DeleteData = true, -- True; vehicle is deleted from SQL, false; no delete.
UseTarget = false, -- True; qb-target, false; HelpNotification.
TargetExport = 'qb-target', -- Your target export.
PoliceCount = 0, -- Required police.
Location = vector3(-554.74, -1698.3, 18.2346), -- Car choping location.
WorkerHash = `a_m_m_hillbilly_01`, -- Ped hash
WorkerLocation = vector4(-558.02, -1701.1, 18.21, 298.87), -- Worker location (Dont TOUCH!)
Worker2Hash = `a_m_m_hillbilly_01`, -- Ped hash
Worker2Location = vector4(-551.14, -1695.2, 18.2, 123.3), -- Worker location (Dont TOUCH!)
SellerHash = `a_m_m_hillbilly_01`, -- Ped hash
SellerLocation = vector4(-595.1, -1653.2, 19.6, 154.0), -- Seller location (u can edit)
Blip = {
{Use = true, Coords = vector3(-554.74, -1698.3, 18.2346), Title = "Car Chop", Colour = 1, Scale = 0.75, Id= 380},
{Use = true, Coords = vector3(-595.1, -1653.2, 19.6), Title = "Scrap Buyer", Colour = 12, Scale = 1.0, Id= 365},
},
ScrapPrice = 2000, -- Scraps price.
Scraps = { -- Scrap item names.
"plastic",
"copper",
"iron",
"aluminum",
"steel",
"glass",
},
}
LVS.Lang = {
['chop'] = 'Vehicle Chop',
['chop2'] = 'Press ~INPUT_CONTEXT~ to vehicle chop.',
['sell'] = "Sell scrap",
['sell2'] = "Press ~INPUT_CONTEXT~ to sell scrap.",
['police'] = 'Not enough police in the city!',
['need_car'] = "You aren't in the vehicle!",
['missing_scrap'] = "You don't have the necessary scraps!",
['wait'] = 'You can wait ',
['wait2'] = ' minute for vehicle chopping'
}
RegisterNetEvent('lvs_chop:notify')
AddEventHandler('lvs_chop:notify', function(msg, type)
ESX.ShowNotification(msg) -- Notification event
end)
-- This script made by levis
-- For technical support; discord.gg/MVp2DHKr65, onur.yd
Requirements
| Code is accessible | |
| Subscription-based | |
| Lines (approximately) | 290 |
| Requirements | [ESX/QB] |
| Support |