forked from Simnation/Main
5 lines
186 B
Lua
5 lines
186 B
Lua
![]() |
Citizen.CreateThread(function()
|
||
|
AddTextEntryByHash(`IMPERIAL`, "Imperial")
|
||
|
AddTextEntryByHash(`IMPERIALPAS`, "Imperial Passenger")
|
||
|
AddTextEntryByHash(`IMPERIALEV`, "Imperial EV")
|
||
|
end)
|