No I didn’t sadly (20 char)
So, I really like the script, and I am using it on my server, however when I go to the LS Customs, I’ve noticed that there isn’t an option to repair the vehicle? Am I missing something here?
Missing here too…
/20chars
As stated earlier, esx_mecanojob provides repairing for vehicles not esx_lscustoms. Basically gotta roleplay calling a mechanic out, or I put the fixkits in the stores so people can buy them in case a mechanic isn’t online.
Can’t get Benny’s garage working. Doesn’t respond like LSC (different menu layout than in the picture above, though), any ideas how to fix it? No errors…
Also, when in LSC, I can’t scroll down through the menu, to see all options?
I have esx_LSCustom and everything work great beside one thing…
I have the script set for mecano only which is good but if they modify one car everything is perfect but if they start modifying another car they just have to enter the LSCustom menu and hit backspace and the second car will be upgraded just like the previous car ! Does anyone have a fix for that ?
But the function : cancelInstallMod
Should be cancelling all mod and not place them …
Here is a video of the problem if anyone can help : https://www.youtube.com/watch?v=hD0PbFhXI7M
just add the repair code to the marker.
there some way to add there a custom tires? like orginal LS Customs of gta 5?
wheels = {
label = _U(‘wheels’),
parent = ‘cosmetics’,
modFrontWheelsTypes = _U(‘wheel_type’),
modFrontWheelsColor = _U(‘wheel_color’),
tyreSmokeColor = _U(‘tiresmoke’)
--------------------------------------------
some thing like this one?
customtire=_U(customtire)
Users are reporting a bug that their motorcycles only get a custom front wheel. The rear wheel doesn’t modify. Is there a fix for this?
how can make all for 1$ because i turned on mecano and i want all for 1$ or for free but idk how to do it ;/
There’s probably a fix. Someone has to look for a native that contains “moto” or “wheel”…
Change it in the config file.
i would also be interested in a fix for the other wheel too.
Just wondering why the screenshot menu is so very different from the menu that you get when you download esx_lscustom from the repo linked in the original post. It’s like we’re talking about two different scripts.
The screen is from gta5 vanilla yeah. But if you’re using esx you can change easily the CSS of the UI.
its for 0$ but when i try to buy neons it says ''You dont have enough money" and im trying to change server file RegisterServerEvent(‘esx_lscustom:buyMod’)
AddEventHandler(‘esx_lscustom:buyMod’, function(price)
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)
price = tonumber(price)
if Config.IsMecanoJobOnly == true then
local societyAccount = nil
TriggerEvent('esx_addonaccount:getSharedAccount', 'society_mecano', function(account)
societyAccount = account
end)
if price < societyAccount.money then
TriggerClientEvent('esx_lscustom:installMod', _source)
TriggerClientEvent('esx:showNotification', _source, _U('purchased'))
societyAccount.removeMoney(price)
else
TriggerClientEvent('esx_lscustom:cancelInstallMod', _source)
TriggerClientEvent('esx:showNotification', _source, _U('not_enough_money'))
end
else
if price < xPlayer.getMoney() then
TriggerClientEvent('esx_lscustom:installMod', _source)
TriggerClientEvent('esx:showNotification', _source, _U('purchased'))
xPlayer.removeMoney(price)
else
TriggerClientEvent('esx_lscustom:cancelInstallMod', _source)
TriggerClientEvent('esx:showNotification', _source, _U('not_enough_money'))
end
end
end)
to not take from society money ;/
This (and other) script(s) doesnt work for me after the newest version of FiveM.Is there a fix yet?
So I have installed mecanojob and lscustom… The only problem is that when I enter lscustoms (either of them) I do not get an option to modify the vehicle. I go around pressing E (I also checking the .lua file to make sure the control is set to E) and nothing seems to come up.
Is there a way to fix this? Thanks!
Hi guys !
I got some problem with the lscustom : When I put “default” on custom it cost money and it doesn’t cancel the mod .
Some have fix the problem?
Thank you !