This commit is contained in:
Nordi98 2025-08-09 11:32:17 +02:00
parent 1ee6dbef40
commit 1032235744
356 changed files with 1 additions and 25585 deletions

View file

@ -1,10 +0,0 @@
--https://forum.cfx.re/t/help-creating-a-addtextentry-script/230504/5

local vehicle_names = {
{'vehicle_spawnname', 'displayed_name'}, --spawnName = vehicle.meta carname. displayed_name = displayed name in the menu
--example: {'pista', 'Ferrari 458 Pista'},
}

function getVehicleNames()
return vehicle_names
end