car names still null
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>)
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.
car names still null vehicle_names.lau is Citizen.CreateThread(function() AddTextEntry('bc205500w', 'towtruck') AddTextEntry('20 RAM 5500 Wrecker', '20 RAM 5500 Wrecker')
end)