Files
Elite-Gaming-FiveM/resources/[EGRP-CarPacks]/EGRP-Service/vehicle_names.lua
T
KingMcDonalds 6587b2fbce add new vehicles to EGRP-Service
and new eup clothes
2024-09-08 17:16:48 -07:00

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)