π±Phone app
Enable the GoldLine slots lobby as a custom app on YSeries phones.
Enable in config
local uiBasePath = 'https://cfx-nui-tgg-slots-server/ui/build'
Config.PhoneApp = {
enabled = true, -- must be true to register the app
appKey = 'tbet',
appName = 'GoldLine',
description = 'Slots β’ Lobby',
game = true,
defaultApp = false,
uiUrl = uiBasePath .. '/index.html?embedded=1', -- do not change
icon = {
yos = uiBasePath .. '/games/goldline.png',
humanoid = uiBasePath .. '/games/goldline.png',
},
}After changing config
Disable
Last updated