26 lines
671 B
Lua
26 lines
671 B
Lua
Citizen.CreateThread(function()
|
|
-- amge350 DONT WORK
|
|
AddTextEntry('amge350', 'Ford Mustang')
|
|
-- avalon
|
|
AddTextEntry('avalon', 'Toyota Avalon')
|
|
-- ben17
|
|
AddTextEntry('ben17', 'Bentley 2017')
|
|
-- bmwm5f90 DONT WORK
|
|
AddTextEntry('bmwm5f90', 'BMW M5')
|
|
-- cgts
|
|
AddTextEntry('cgts', 'Bentley CGTS')
|
|
-- evo10
|
|
AddTextEntry('evo10', 'Mitsubishi Evo 2010')
|
|
-- ghis2
|
|
AddTextEntry('ghis2', 'Maserati Ghibili')
|
|
-- rs7
|
|
AddTextEntry('rs7', 'Audi RS7')
|
|
-- sultanrs2
|
|
AddTextEntry('sultanrs2', 'Subaru Impreza 1')
|
|
-- tiburon
|
|
AddTextEntry('tiburon', 'Hyundai Coupe')
|
|
-- Wraith
|
|
AddTextEntry('wraith', 'Rolls Royce Wraith')
|
|
-- xj
|
|
AddTextEntry('xj', 'Jaguar XJ220')
|
|
end) |