6587b2fbce
and new eup clothes
26 lines
765 B
Lua
26 lines
765 B
Lua
Citizen.CreateThread(function()
|
|
-- freightline
|
|
AddTextEntry('freightline', 'Freight Liner tow wrecker')
|
|
-- dotf350
|
|
AddTextEntry('dotf350', 'Ford dotf350')
|
|
-- f450AnimalControl
|
|
AddTextEntry('f450AnimalControl', 'Ford f450 2020 Animal Control')
|
|
--icedcreamvan
|
|
AddTextEntry('icedcreamvan', 'icedcreamvan')
|
|
-- towy
|
|
AddTextEntry('towy', 'International tow flatbed')
|
|
-- ucutility
|
|
AddTextEntry('ucutility', 'Chevy hd3500 2022 ucutility')
|
|
-- yougotmail
|
|
AddTextEntry('yougotmail', 'yougotmail')
|
|
-- bcbiffheavyts
|
|
AddTextEntry('bcbiffheavyts', 'bcbiffheavyts wrecker')
|
|
-- bcwslube
|
|
AddTextEntry('bcwslube', 'International bcwslube')
|
|
-- bcwsts
|
|
AddTextEntry('bcwsts', 'International bcwsts')
|
|
-- tooltruck
|
|
AddTextEntry('tooltruck', 'tooltruck')
|
|
|
|
|
|
end) |