TanguyOrtegat / esx_jb_eden_garage2

41 stars 50 forks source link

Addon Car Names in Garage #18

Closed Mariox6 closed 5 years ago

Mariox6 commented 5 years ago

Hello,

I need help with the addon car names in the garage. Now it shows the spawn name of the car and i want the normal name. As example: It shows: rmodmustang and i want Ford Mustang GT. Need Help

TanguyOrtegat commented 5 years ago

just add the vehicles in vehiclenames.lua

Mariox6 commented 5 years ago

What do i have to write in the vehiclenames.lua?

SharpSabre commented 5 years ago

What do i have to write in the vehiclenames.lua? This is example :

Citizen.CreateThread(function() -- Nissan GTR AddTextEntryByHash(0x9F05F101, 'Police GT 350R') end)

Mariox6 commented 5 years ago

It only shows the name when I enter the vehicle

Mariox6 commented 5 years ago

Fixed it