[Release] Mx Custom Car [PAID][ESX][STANDALONE]

Hi, some questions before buying:

  • Is it possible to protect the jobs on jobgrade? For example mechanics with job grade 1 and higher are allowed to use the menu.

  • Does it sync with nearby players? So when a mechanic changes the color the customer can see the changes en when he approves the mechanic buys the upgrade?

Greetings Brutus.

No jobgrade, only job
And yes, it syncs with all players

maybe im missing it but what is the folder src VueJS for?

This folder is where you find the html source files (made in VueJS), if you want to edit the designer or some functionality of the interface, it is necessary to have knowledge of VueJS

any new about new tires :slight_smile: because we are waiting it :stuck_out_tongue: lol

Yes, there are news, but we are adding other features that were missing and updating the interface, apart from other projects in progress that we are doing, that’s why the delay

oh and color for plate too… is missing…

Exactly, in the new version that will come, it will have the tires and the license plate colors

1 Like

hello , any news about the new version ? :slight_smile:

ok sorry but i go use a other system… no support no update here… for me is a abandonned project… thanks

Sorry I didn’t answer, if you think it’s an abandoned project and if you’re going to use another system, that’s fine, it’s your opinion, but it’s not abandoned and there will be many news soon, such as chameleon colors.

You don’t know what’s going on on the other side, I had some problems to solve, I don’t live just making scripts friend.

Support always had, for any issues in the current version.

No problem i continue to wait :slight_smile: sorry about this message… but it’s a long time i wait… and lot of player ask me for new wheel on server…

Okay, I understand, we’ve already started updating the script, but it’s really slow, there’s the part of the interface that we want to change, add more content, such as chameleon colors, add animation in neons and xenons with control custom, and the other things that are missing though, it takes time, but it will come out.

wait patiently for it :slight_smile:

hello , have a happy christmas :slight_smile:

so for me… i try lot of custom script… but yours still the best :confused: and more easly to use with nice interface UI :stuck_out_tongue:
So…

Do you think the update come in a certain time (do you have a little idea about date ?).

Thanks , and sorry, i know i ask for it each time… but we really love this script , and need the all part missing in it :slight_smile:

1 Like

Hello, Happy Christmas :slight_smile:

I’m really glad you liked our script. :heart:

Sorry for the late updates, I know you need the missing parts of the new GTA:O updates
But I can’t give a specific date for when it will come out.
I have another script in progress along with my Custom Car script, as soon as I finish the first one, Custom Car will have full priority

2 Likes

Any ody know what script to ise to have my custom rim pack pop up on the cars or in the custom shop

If everything is correct with the custom rim pack DLC you made, my script detects the amount and shows it in the menu without having to change anything
On my old server, I had a rim pack and it worked fine.

hey sir :slight_smile: how are you ?

it’s me again , for any news about the good project you made :smiley:

Little Fix here about society remove money ::

function CheckMoney(permission, money)
local idJ = source
local xPlayer = ESX.GetPlayerFromId(idJ)
local permission = xPlayer.job.name

if  xPlayer.job.name == permission then
    local societyAccount
    TriggerEvent('esx_addonaccount:getSharedAccount', 'society_'..permission, function(account)
        societyAccount = account
    end)

    if tonumber(societyAccount.money) < tonumber(money) then
        return false
    end
    societyAccount.removeMoney(tonumber(money))
end
return true

end

just add this in the Server/server.lua

with this , you detect the job from player making the custom on car. and remove it on the right society account.

1 Like

Hi, thanks for the suggestion, I will definitely use it and about the project, soon version 2.0 will be released, I’m working on it right now, everything is being redone, another designer, functionalities, improvements, it’s almost there :smiley:

1 Like