ed
This commit is contained in:
parent
1032235744
commit
cb8b683d43
292 changed files with 15840 additions and 0 deletions
10
resources/[phone]/roadphone/client/vehicle_names.lua
Normal file
10
resources/[phone]/roadphone/client/vehicle_names.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue