For me not works by trigger.. i don't know why..
Forum




env_sound
14 replies



For me not works by trigger.. i don't know why..

hmm, i'm mapper, so maybe try trigger 'trigger delay'
He wants it executed from lua. (:


so pleease help me:)


i tried but, not works... the sound file is ogg so should to use...
Show us how you use it, code-wise.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
addhook("serveraction" ,"sact22") function sact22(id, act) if(act==2) then menu(id, "DJ Music, Play") end end addhook("menu", "menus2") function menus2(id, tit, sel) if(tit=="DJ Music") then if(sel==1) then parse("trigger 155"); end end end
so maybe the use button(trigger) ..


hmm, i'm mapper, so maybe try trigger 'trigger delay'
mapper?




