This commit is contained in:
Nordi98 2025-08-09 11:32:44 +02:00
parent 1032235744
commit cb8b683d43
292 changed files with 15840 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--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