68 lines
2.0 KiB
Lua
68 lines
2.0 KiB
Lua
Citizen.CreateThread(function()
|
|
-- 16chal
|
|
AddTextEntry('16chal', 'Dodge Challenger 2016')
|
|
-- 19gt500
|
|
AddTextEntry('19gt500', 'Ford GT-500 2019')
|
|
-- boss302
|
|
AddTextEntry('boss302', 'Ford Mustang Boss 302')
|
|
-- chall70
|
|
AddTextEntry('chall70', 'Dodge Challenger RT 1970')
|
|
-- elcamino70
|
|
AddTextEntry('elcamino70', 'Chevrolet SS-454')
|
|
-- MGT
|
|
AddTextEntry('MGT', 'Ford Mustang')
|
|
-- RollsRoyceCP
|
|
AddTextEntry('RollsRoyceCP', 'Rolls Royce CP')
|
|
-- shelbygt500
|
|
AddTextEntry('shelbygt500', 'Shelby GT-500')
|
|
-- z28
|
|
AddTextEntry('z28', 'Chevrolet Camaro Z28')
|
|
-- camaro_ss
|
|
AddTextEntry('camaro_ss', 'Chevrolet Camaro SS 1969')
|
|
-- vanzwbchevy
|
|
AddTextEntry('vanzwbchevy', 'Chevrolet ')
|
|
-- vanzwbchev
|
|
AddTextEntry('vanzwbchev', 'Chevrolet ')
|
|
-- GodzREDEYE
|
|
AddTextEntry('GodzREDEYE', 'Dodge Challenger srt 2020 ')
|
|
-- mustang19
|
|
AddTextEntry('mustang19', 'Ford Mustang 2019 ')
|
|
-- camrs17
|
|
AddTextEntry('camrs17', 'Chevy Camaro ss 2017')
|
|
-- impala67
|
|
AddTextEntry('impala67', 'Chevy Impala 1967 ')
|
|
-- charg14
|
|
AddTextEntry('charg14', 'Dodge Charger 2014')
|
|
--camaro90
|
|
AddTextEntry('camaro90', 'Chevy camaro 1990')
|
|
--chevelle67
|
|
AddTextEntry('chevelle67', 'Chevy chevelle 1967')
|
|
--chevelle1970
|
|
AddTextEntry('chevelle1970', 'Chevy chevelle 1970')
|
|
-- cougar70
|
|
AddTextEntry('cougar70', 'Mercury Cougar 1970')
|
|
--demon
|
|
AddTextEntry('demon', 'Dodge Challenger demon 2018')
|
|
--firebird77
|
|
AddTextEntry('firebird77', 'Pontiac Firebird 1977')
|
|
-- ford70f100
|
|
AddTextEntry('ford70f100', 'Ford F100 1970')
|
|
-- ford70f100b
|
|
AddTextEntry('ford70f100b', 'Ford F100b 1970')
|
|
--mach11
|
|
AddTextEntry('mach11', 'Ford Mustang Mach1 2022')
|
|
--mustang65
|
|
AddTextEntry('mustang65', 'ford mustang 1965')
|
|
--ss69
|
|
AddTextEntry('ss69', 'chevy chevelle 1969')
|
|
--z2879
|
|
AddTextEntry('z2879', 'Chevy Camoro z28 1979')
|
|
-- 24mustdh
|
|
AddTextEntry('24mustdh', 'Ford Mustang darkhorse')
|
|
--23camss
|
|
AddTextEntry('23camss', 'Chevy Camaro ss 2023')
|
|
--24mustgtstd
|
|
AddTextEntry('24mustgtstd', '2024 Ford Mustang GT')
|
|
|
|
|
|
end) |