30 lines
1.2 KiB
Lua
30 lines
1.2 KiB
Lua
|
|
Citizen.CreateThread(function()
|
||
|
|
local ui-core.Title = "🌐 United Islands of Roleplay"
|
||
|
|
local ui-core.Subtitle = "Версия: 4.0.1 | Beta Build"
|
||
|
|
local ui-core.Map = "Map"
|
||
|
|
local ui-core.Status = "Status"
|
||
|
|
local ui-core.Game = "Game"
|
||
|
|
local ui-core.Info = "Info"
|
||
|
|
local ui-core.Settings = "Settings"
|
||
|
|
local ui-core.REditor = "Rockstar Editor"
|
||
|
|
|
||
|
|
|
||
|
|
AddTextEntry('PM_SCR_MAP', ui-core.Map)
|
||
|
|
AddTextEntry('PM_SCR_STA', ui-core.Status)
|
||
|
|
AddTextEntry('PM_SCR_GAM', ui-core.Game)
|
||
|
|
AddTextEntry('PM_SCR_INF', ui-core.Info)
|
||
|
|
AddTextEntry('PM_SCR_SET', ui-core.Settings)
|
||
|
|
AddTextEntry('PM_SCR_RPL', ui-core.REditor)
|
||
|
|
while true do
|
||
|
|
Citizen.Wait(35)
|
||
|
|
N_0xb9449845f73f5e9c("SHIFT_CORONA_DESC")
|
||
|
|
PushScaleformMovieFunctionParameterBool(true)
|
||
|
|
PopScaleformMovieFunction()
|
||
|
|
N_0xb9449845f73f5e9c("SET_HEADER_TITLE")
|
||
|
|
PushScaleformMovieFunctionParameterString(ui-core.Title)
|
||
|
|
PushScaleformMovieFunctionParameterBool(true)
|
||
|
|
PushScaleformMovieFunctionParameterString(ui-core.Subtitle)
|
||
|
|
PushScaleformMovieFunctionParameterBool(true)
|
||
|
|
PopScaleformMovieFunctionVoid()
|
||
|
|
end
|
||
|
|
end)
|