I wanna put another little music loop for my map.
In my script i'm using these:
1
labmusic=loadsfx("labbgm.ogg")
1
2
3
2
3
function customstart() playsound(labmusic,9,1) end
Thanks in advance!
Playsound LUA Command Not Working Properly
Playsound LUA Command Not Working Properly
1

labmusic=loadsfx("labbgm.ogg")
function customstart() playsound(labmusic,9,1) end
Didn't notice it had another extension. Also changed it's file name.
1
