Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
Imagine a (optional, of course) proximity voice chat in game, with simple UI, meeting some people and being able to instantly talk to them. Curse and swear too, yes - but if you don't like it, you can simply turn it off, so there should be no problems. + sweet tibia-like UI for voice guild/party...
this in modules/client/client.lua
local musicFilename = "/sounds/startup"
local musicChannel = g_sounds.getChannel(1)
function setMusic(filename)
musicFilename = filename
if not g_game.isOnline() then
musicChannel:stop()
musicChannel:enqueue(musicFilename, 3)
end
end
function...
y0
Chce ustawic zeby muzyka z media playera grala w sluchawkach a wszystko inne z "glosnikow w monitorze" gdzie znajde taka opcje?
Da rade cos takiego zrobic na 1 karcie dzwiekowej?