Configuration
Contenu de config.lua
Ahero = {
framework = 'newESX', -- newESX ou ESX
activeAnimationVente = true, -- Animation quand le joueur vend
webhookUrl = '', -- Webhook pour les logs de vente
}
--[[
Liste des props : https://gta-objects.xyz/objects
]]--
Config = {}
Config.Jobs = {
['burger'] = {
coordsDepart = {x = 111.364, y = 6621.326, z = 31.83},
blip = {
sprite = 106, -- l'icône du blip
scale = 0.5, -- taille du blip
color = 2, -- couleur du blip
label = "Burger"
},
coordsVente = {
{x = 140.99, y = 6615.328, z = 32.081},
{x = 154.846, y = 6629.216, z = 31.802},
{x = 157.059, y = 6641.439, z = 31.602},
},
price = math.random(300, 3000), -- prix par item
props = {
-- pour les pros à vous de choisir la bonne position pour les placés
{model = 'prop_cs_burger_01', coords = {x = 107.320, y = 6623.867, z = 31.63}, label = "Burger"},
{model = 'prop_food_bs_burger2', coords = {x = 110.124, y = 6628.68, z = 31.787}, label = "Sandiwch"},
{model = 'v_ret_247_bread1', coords = {x = 108.584, y = 6626.807, z = 31.787}, label = "Pain de mis"},
{model = 'prop_bottle_richard', coords = {x = 113.512, y = 6627.739, z = 31.787}, label = "Ricard"},
},
},
-- Autres jobs..
}
Dernière mise à jour