ADD REST CARS

This commit is contained in:
Miho931 2025-06-09 16:42:05 +02:00
parent 62b435c655
commit 18c43daf18
2934 changed files with 1670202 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Citizen.CreateThread(function()
AddTextEntryByHash(`IMPERIAL`, "Imperial")
AddTextEntryByHash(`IMPERIALPAS`, "Imperial Passenger")
AddTextEntryByHash(`IMPERIALEV`, "Imperial EV")
end)