How to increase this marke and change color etc
Look if you see “drawmarker” in client file and then you google it.
local cfg = {}
cfg.rent_factor = 0.1 -- 10% of the original price if a rent
cfg.sell_factor = 0.75 -- sell for 75% of the original price
cfg.garage_types = {
["Garage"] = {
_config = {vtype="car",blipid=50,blipcolor=4},
["blista"] = {"Blista", 15000, ""}
}
}
-- {garage_type,x,y,z}
cfg.garages = {
{"Garage",-39.016269683838,-1099.8087158203,26.422370910645},
}
return cfg
this is coords to marker in archive vrp cfg/garages.lua, how to increase?
Look what i wrote man!
yeah, i serched in modules/basic_garage, client/basic_garage i not found “drawmarker”
1 Like
I dont know anything about VRP but i looked at the files and if you look in to map.lua you can see “drawmarker” and change colour.
i found, thankssssss
you can help me?