New server and the green menu marker is in a horrible spot behind the manager’s desk. I want to move it to a better spot out on the showroom floor. Also curious as to how I would make cars appear on the showroom floor… Thanks!
Hello,
You just need change the Pos X, Y, Z,
Without see the code i’m unsure to be able to help you
That’s what I’m trying to find actually is what file has the controls for the marker. I’m assuming it HAS to be one inside of esx_vehicleshop?
You can edit them on config.lua
GiveBackVehicle → pos of veicule out
ShopInside → i suppose the green you don’t like
Thanks! This is what I have now. Is it the Vector or the Size that I would change? I assume vector but vector doesn’t “say” x,y,z). Would it be the ShopInside one?
ShopEntering = {
Pos = vector3(-33.7, -1102.0, 25.4),
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = 1
},
ShopInside = {
Pos = vector3(-47.5, -1097.2, 25.4),
Size = {x = 1.5, y = 1.5, z = 1.0},
Heading = -20.0,
Type = -1
},
ShopOutside = {
Pos = vector3(-28.6, -1085.6, 25.5),
Size = {x = 1.5, y = 1.5, z = 1.0},
Heading = 330.0,
Type = -1
},
BossActions = {
Pos = vector3(-32.0, -1114.2, 25.4),
Size = {x = 1.5, y = 1.5, z = 1.0},
Type = -1
},
GiveBackVehicle = {
Pos = vector3(-18.2, -1078.5, 25.6),
Size = {x = 3.0, y = 3.0, z = 1.0},
Type = (Config.EnablePlayerManagement and 1 or -1)
},
ResellVehicle = {
Pos = vector3(-44.6, -1080.7, 25.6),
Size = {x = 3.0, y = 3.0, z = 1.0},
Type = 1
}
Size is the size of the circle
Heading is the angle
You want change position , so edit the pos
vector3
Mean is 3 value separated per , (so yes X, Y, Z)
Ok, I Changed all of them within the Config.lua for esx_vehicleshop and that didn’t move anything at all. Could this be in the platinumcars map somehow? I apologize, I am new to this. Learning a TON but this one has me stuck. Hopefully like other things, once I figure out one, it’ll be easier moving forward… LOL
I have found some hits on Drawmarker in files called resource.rpf. Am I on the right track or nah?
You need reload (or restart server) for see change, try move all marker one by one if you unsure what marker is
Fivem draw marker with script not on gta5 file
Here is my config.lua (complete) for [esx]/esx_vehicleshop. Is it definitely going to be one of those Vector 3 sections? I don’t see anywhere where it’s telling it red,blue, green etc.
I’m going to comment that out and see if it makes a difference
Yea, no difference. I’ll dig some more… Thanks!!
I’m restarting it every time I make a change without fail
I was thinking wherever it is that it should be indicating the color and the fact that it is using 25 for the marker?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.