Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Question I need help vehicle shop

nonoks01

Bronze Elite
Joined
Jun 21, 2022
Messages
31
Reaction score
2
Points
166
Location
temuco
Hi I need your help people, I'm using ESX c-vehicleshop
but when buying a vehicle it does not show me the price does anyone know how I can put the price to be seen before buying the vehicle I show an image
1656662953673.png


This is the code where the vehicles are added to later see them in the store, either modify the price or add more cars this is in the config.lua
Config = {}
Config.Main = {
['Conce'] = {
pos = vector3(-50.5263, -1091.92, 26.422),
distance = 0.5,
text = {msg = 'Presiona ~r~[E]~w~ para acceder el menu', pos = vector3(-50.5263, -1091.92, 26.422)},
vehiclepos = vector4(-47.4642, -1095.77, 26.422, 100.0),
testdrivepos = vector3(-1455.43, -3042.65, 13.944),
timeTest = 0.10 -- minutos
}
}
Config.Shop = {
['Cars'] = {
{label = 'Raptor', name = 'raptor', price = 15000000},
{label = 'T20', name = 't20', price = 2000000},
{label = 'Cheetah', name = 'cheetah', price = 20000000},
{label = 'visione', name = 'visione', price = 5000000}

}
}
Config.Blips = {
{title = "Concesionario central", colour = 5, id = 225, x = -42.9113, y = -1098.67, z = 26.422},
}
Locale = {
['max_dist'] = '~r~Te has alejado del lugar ',
['stop_observing'] = 'Dejaste de observar el ~g~vehículo~w~'
Sorry my bad inglish
 
Top