THAI: Add Sond Lipit promotion
This commit is contained in:
parent
033daca824
commit
1d682b2fde
11 changed files with 28 additions and 0 deletions
BIN
sound_thai/lipit/drinkfinish.wav
Normal file
BIN
sound_thai/lipit/drinkfinish.wav
Normal file
Binary file not shown.
BIN
sound_thai/lipit/next_drink.wav
Normal file
BIN
sound_thai/lipit/next_drink.wav
Normal file
Binary file not shown.
BIN
sound_thai/lipit/payment.wav
Normal file
BIN
sound_thai/lipit/payment.wav
Normal file
Binary file not shown.
BIN
sound_thai/lipit/select_level.wav
Normal file
BIN
sound_thai/lipit/select_level.wav
Normal file
Binary file not shown.
BIN
sound_thai/lipit/taobin_sawade.wav
Normal file
BIN
sound_thai/lipit/taobin_sawade.wav
Normal file
Binary file not shown.
|
|
@ -841,6 +841,10 @@
|
|||
Var PlaySoundLag = RootPathSoundBackToSchool + "next_drink.wav"
|
||||
EndIf
|
||||
|
||||
If LipitPro = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/next_drink.wav"
|
||||
EndIf
|
||||
|
||||
PlayLong PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -87,6 +87,10 @@
|
|||
Var PlaySoundLag = RootPathSoundBackToSchool + "taobin_sawade.wav"
|
||||
EndIf
|
||||
|
||||
If LipitPro = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/sound_thai/lipit/taobin_sawade.wav"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
|
||||
Var DirImageCart = "ROOT/taobin_project/image/cart_th"
|
||||
|
|
|
|||
|
|
@ -299,6 +299,10 @@
|
|||
Var PlaySoundLag = RootPathSoundBackToSchool + "drinkfinish.wav"
|
||||
EndIf
|
||||
|
||||
If LipitPro = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/drinkfinish.wav"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -510,6 +510,10 @@
|
|||
Var PlaySoundLag = RootPathSoundBackToSchool + "drinkfinish.wav"
|
||||
EndIf
|
||||
|
||||
If LipitPro = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/drinkfinish.wav"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -187,6 +187,10 @@
|
|||
EndIf
|
||||
Var PlaySoundLag = RootPathSoundBackToSchool + "payment.wav"
|
||||
EndIf
|
||||
|
||||
If LipitPro = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/payment.wav"
|
||||
EndIf
|
||||
|
||||
|
||||
Var PlaySoundCodeLang = "ROOT/sounds/Code8digit.m4a"
|
||||
|
|
|
|||
|
|
@ -849,6 +849,10 @@
|
|||
Var PlaySoundLag = RootPathSoundBackToSchool + "select_level.wav"
|
||||
EndIf
|
||||
|
||||
Var LipitPro = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/select_level.wav"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -1951,6 +1955,10 @@
|
|||
EndIf
|
||||
Var PlaySoundLag = RootPathSoundBackToSchool + "select_level.wav"
|
||||
EndIf
|
||||
|
||||
Var LipitPro = 1 Then
|
||||
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/select_level.wav"
|
||||
EndIf
|
||||
|
||||
Play PlaySoundLag
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue