Hi i have a question, im using esx vehicleshop and i want to set the Config.EnablePlayerManagement = false to true when there is a car dealer online but if there is no car dealer online set it to False.
can someone maybe tell me how. This is my Config.lua
Yeah i dont want to restart the server every time i just want it to be like with the circle if you have the job then true if none has the job then false.
Like this
BossActions = {
Pos = { x = -32.065, y = -1114.277, z = 25.422 },
Size = { x = 1.5, y = 1.5, z = 1.0 },
Type = (Config.EnablePlayerManagement and 27 or -1)
},