Maybe fixed a bug to do with reconnections.
This commit is contained in:
@@ -130,6 +130,7 @@ end
|
|||||||
sequence="100"
|
sequence="100"
|
||||||
>
|
>
|
||||||
<send>
|
<send>
|
||||||
|
ReloadPlugin("LuaAudio")
|
||||||
local intro = tonumber(GetVariable("intro") or "")
|
local intro = tonumber(GetVariable("intro") or "")
|
||||||
if not intro or ppi.isPlaying(intro) == 0 then
|
if not intro or ppi.isPlaying(intro) == 0 then
|
||||||
temp = ppi.play(dir.."sounds/ogg/music/IntroMusic/DefaultIntro.ogg", 1, 0, 40)
|
temp = ppi.play(dir.."sounds/ogg/music/IntroMusic/DefaultIntro.ogg", 1, 0, 40)
|
||||||
|
|||||||
Reference in New Issue
Block a user