LukeWasTakenn / luke_garages

Super lightweight FiveM resource that adds garages and impounds for the ESX Legacy framework
GNU General Public License v3.0
33 stars 37 forks source link

car names #7

Closed strongprincess closed 3 years ago

strongprincess commented 3 years ago

car names still null 20210921203903_1 vehicle_names.lau is Citizen.CreateThread(function() AddTextEntry('bc205500w', 'towtruck') AddTextEntry('20 RAM 5500 Wrecker', '20 RAM 5500 Wrecker')

 AddTextEntry('killerrig' 'Truck')
 AddTextEntry('Killer Rig' 'killerrig')
-- Example: 
-- AddTextEntry('gtr', "Skyline GTR '17") -- For the car name itself
-- AddTextEntry('Nissan', 'Nissan') -- For the make name (in vehicles.meta -> <vehicleMakeName>)

end)

LukeWasTakenn commented 3 years ago

You clearly edited the resource to use ESX's menu instead of nh-context. Like how do you even expect me to help you when I don't even know how and what all you've changed.