Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.sound_play("d", {to_player = "singleplayer"})
minetest.sound_play("d", {to_player = "singleplayer"})PeterKabin wrote:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.What i am doing wrong?
- Code: Select all
minetest.sound_play("d", {to_player = "singleplayer"})
rubenwardy wrote:Players connect after all mods are loaded. You can't play a sound while it is loading, instead you need to play a sound in a callback, such as minetest.register_on_joinplayer()
Users browsing this forum: No registered users and 6 guests