Hi, what do i have to do, in order to make the prices be like 200.000 instead of 200000? Best regards, and Nice comebacks with your scripts. Looking good!
You can use this function I made a few years back:
function vRP.formatMoney(amount)
local left,num,right = string.match(tostring(amount),'^([^%d]*%d)(%d*)(.-)$')
return left..(num:reverse():gsub('(%d%d%d)','%1.'):reverse())..right
end
This is awesome ! Thank you for releasing all the new scripts.
One question about this vrp_showroom. I saw you added vehicles for jobs, how can permisions be added ?
Thank you !
i have a problem i have moved the showroom in paleto bay and i put the coords corect but the showroom is not showing and all the coords are corect can you help me pls?
sighmir works properly but I have a small problem with the garages, but if someone helps me, I’m pretty stuck
Error loading script modules / basic_garage.lua in resource vrp: lib / utils.lua: 13: incorrect argument # 1 for ‘load’ (expected function, null achieved)
Battery tracking:
[C]: in function ‘load’
lib / utils.lua: 13: in the ‘module’ function
modules / basic_garage.lua: 23: in the main part
Error loading script modules / basic_garage.lua
hi there im trying to install your showroom but when it comes to loading the car texures they wont load for me can you help in anyway ? im new to running a server i would appreciate any help given thanm you in advance