Remove sound songgran
This commit is contained in:
parent
944dfd78e0
commit
0cf9711355
24 changed files with 197 additions and 66 deletions
|
|
@ -464,16 +464,18 @@
|
|||
Else
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/select_level.mp3"
|
||||
|
||||
If SoundThaiIndex = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/north/select_level.wav"
|
||||
; Play Sound #zone
|
||||
If SoundBackToSchoolEnable = 1 Then
|
||||
|
||||
If SoundBackToSchoolType = 1 Then
|
||||
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/boy/"
|
||||
EndIf
|
||||
If SoundBackToSchoolType = 2 Then
|
||||
Var RootPathSoundBackToSchool = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/girl/"
|
||||
EndIf
|
||||
Var PlaySoundLag = RootPathSoundBackToSchool + "select_level.wav"
|
||||
EndIf
|
||||
If SoundThaiIndex = 2 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/northeast/select_level.wav"
|
||||
EndIf
|
||||
If SoundThaiIndex = 3 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/south/select_level.wav"
|
||||
EndIf
|
||||
|
||||
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -3639,12 +3641,7 @@
|
|||
EndIf
|
||||
;
|
||||
|
||||
If OreoDueEnable = 1 Then
|
||||
If UserSelectProductCode = "12-03-03-0009-alter" Then
|
||||
Var PromotionIDCurrentOrder = 2
|
||||
Var UserSelectProductCode = "12-03-03-0009"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR PromotionIDCurrentOrder
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue