Vehicleshop problem

When im entering the circles at the cardealership in doesnt pop up “Press E”
Using esx_vehicleshop
I made myself the boss but cant use circles
tried restarded server didnt help

EDIT: No errors in my console that has to do with that

you need to provide more information, server.cfg, config.lua, console log errors

This is my server.cfg
start customchat
start es_admin2
start es_camera
start esplugin_mysql
start essentialmode
start es_extended
start scoreboard
start fivem
start hardcap
start mapmanager
start mysql-async
start ■■■■■■■
restart sessionmanager
start spawnmanager

Basics

start baseevents
start coloredhud
start cron
start deleteveh
start fivem-map-skater
start idoverhead
start instance
start pvp
start skinchanger
start streetLabel
start VK_main
start wk_vehdamage
start loading

ESX

start esx_jb_eden_garage
start new_banking
start esx_phone
start esx_addonaccount
start esx_addoninventory
start esx_datastore
start esx_society
start esx_identity
start esx_hangard
start esx_holdup
start esx_AdvancedFuel
start esx_aiomenu
start esx_ambulancejob
start esx_animations
start esx_barbershop
start esx_basicneeds
start esx_billing
start esx_carwash
start esx_clotheshop
start esx_deliveryjob
start esx_dmvschool
start esx_drugs
start esx_holdup
start esx_joblisting
start esx_jobs
start esx_license
start esx_lscustom
start esx_cigg
start esx_mask
start esx_mecanojob
start esx_menu_default
start esx_moneywash
start esx_menu_dialog
start esx_menu_list
start esx_policejob
start esx_property
start esx_realestateagentjob
start esx_service
start esx_shops
start esx_skin
start esx_status
start esx_taxijob
start esx_truckerjob
start esx_vehicleshop
start esx_voice
start esx_weashops
start esx_gopostal
start esx_holdupbank
start esx_optionalneeds
start esx_mafia
start esx_coffee
start esx_trunkinventory
start esx_securityjob
start esx_pizza
start esx_slotmachine
start esx_bennys
start esx_garbagejob
start esx_tattoosShops
start esx_clip
start esx_unicornjob
start esx_rpchat
start esx_lawyer
start esx_truck
start esx_bankerjob
start esx_gps
start esx_celldoors
start esx_car
start esx_cartel
start esx_contract

Cars

start viktoraddoncars

Other Addons

start carhud
start guns
start stopdespawn
start handsup
start hospital
start Jailer
start lux_vehcontrol
start pointing
start pv-tow
start vengine
start vehcontrol
start marker
start eden_jail
start timesync
start speedo
start clothes
start hat
start drop
start elm
start eden_accesories
start COLOR
start ducka
start ragdoll

Addons

start noweapon
start simpledrift
start admin
start pack1
start pack2
start pack3
start pack4
start pack5
start pack6
start pack8
start pack9
start pack10
start pack11
start pack12
start pack13
start pack14
start pack15
start pack17
start pack18
start pack19
start pack20
start pack21
start pack22
start pack23
start pack24
start pack25
start pack26
start pack27
start pack28
start pack29
start pack30
start pack31
start pack32
start pack33
start pack34
start pack35
start pack36
start pack37
start pack38
start pack39
start pack40
start pack41
start pack42
start pack43
start pack44
start pack45
start randompack

####Bilar####
start challenger1970
start gtrnismo
start camaro
start abc
start rs6ny
start urus
start i8
start maserati
start supra2
start xc40
start glc250
start rs7
start s63
start xc90
start m5
start 650i
start polis
start ambulanspack
start packet
start shelby
start supermotos
start polis2
start chiron
start grejer
start random
start newpack
start cars2
start cars3
start cars4

This if my config.lua:
Config = {}
Config.DrawDistance = 100.0
Config.MarkerColor = { r = 120, g = 120, b = 240 }
Config.EnablePlayerManagement = true – enables the actual car dealer job. You’ll need esx_addonaccount, esx_billing and esx_society
Config.EnableOwnedVehicles = true
Config.EnableSocietyOwnedVehicles = false – use with EnablePlayerManagement disabled, or else it wont have any effects
Config.ResellPercentage = 75

Config.Locale = ‘sv’

Config.LicenseEnable = false – require people to own drivers license when buying vehicles? Only applies if EnablePlayerManagement is disabled. Requires esx_license

– looks like this: ‘LLL NNN’
– The maximum plate length is 8 chars (including spaces & symbols), don’t go past it!
Config.PlateLetters = 3
Config.PlateNumbers = 3
Config.PlateUseSpace = true

Config.Zones = {

ShopEntering = {
	Pos   = { x = -33.777, y = -1102.021, z = 25.422 },
	Size  = { x = 1.5, y = 1.5, z = 1.0 },
	Type  = 1
},

ShopInside = {
	Pos     = { x = -47.570, y = -1097.221, z = 25.422 },
	Size    = { x = 1.5, y = 1.5, z = 1.0 },
	Heading = -20.0,
	Type    = -1
},

ShopOutside = {
	Pos     = { x = -28.637, y = -1085.691, z = 25.565 },
	Size    = { x = 1.5, y = 1.5, z = 1.0 },
	Heading = 330.0,
	Type    = -1
},

BossActions = {
	Pos   = { x = -32.065, y = -1114.277, z = 25.422 },
	Size  = { x = 1.5, y = 1.5, z = 1.0 },
	Type  = -1
},

GiveBackVehicle = {
	Pos   = { x = -18.227, y = -1078.558, z = 25.675 },
	Size  = { x = 3.0, y = 3.0, z = 1.0 },
	Type  = (Config.EnablePlayerManagement and 1 or -1)
},

ResellVehicle = {
	Pos   = { x = -44.630, y = -1080.738, z = 25.683 },
	Size  = { x = 3.0, y = 3.0, z = 1.0 },
	Type  = 1
}

}