Merge branch 'masterpiece' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project into masterpiece

This commit is contained in:
Pakin 2024-03-13 13:54:46 +07:00
commit 821e80b8b0
11 changed files with 28 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -849,6 +849,10 @@
Var PlaySoundLag = RootPathSoundBackToSchool + "next_drink.wav" Var PlaySoundLag = RootPathSoundBackToSchool + "next_drink.wav"
EndIf EndIf
If LipitPro = 1 Then
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/next_drink.wav"
EndIf
PlayLong PlaySoundLag PlayLong PlaySoundLag
EndIf EndIf
EndIf EndIf

View file

@ -87,6 +87,10 @@
Var PlaySoundLag = RootPathSoundBackToSchool + "taobin_sawade.wav" Var PlaySoundLag = RootPathSoundBackToSchool + "taobin_sawade.wav"
EndIf EndIf
If LipitPro = 1 Then
Var PlaySoundLag = "/mnt/sdcard/coffeevending/sound_thai/lipit/taobin_sawade.wav"
EndIf
Play PlaySoundLag Play PlaySoundLag
Var DirImageCart = "ROOT/taobin_project/image/cart_th" Var DirImageCart = "ROOT/taobin_project/image/cart_th"

View file

@ -299,6 +299,10 @@
Var PlaySoundLag = RootPathSoundBackToSchool + "drinkfinish.wav" Var PlaySoundLag = RootPathSoundBackToSchool + "drinkfinish.wav"
EndIf EndIf
If LipitPro = 1 Then
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/drinkfinish.wav"
EndIf
Play PlaySoundLag Play PlaySoundLag
EndIf EndIf
EndIf EndIf

View file

@ -510,6 +510,10 @@
Var PlaySoundLag = RootPathSoundBackToSchool + "drinkfinish.wav" Var PlaySoundLag = RootPathSoundBackToSchool + "drinkfinish.wav"
EndIf EndIf
If LipitPro = 1 Then
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/drinkfinish.wav"
EndIf
Play PlaySoundLag Play PlaySoundLag
EndIf EndIf
EndIf EndIf

View file

@ -188,6 +188,10 @@
Var PlaySoundLag = RootPathSoundBackToSchool + "payment.wav" Var PlaySoundLag = RootPathSoundBackToSchool + "payment.wav"
EndIf EndIf
If LipitPro = 1 Then
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/payment.wav"
EndIf
Var PlaySoundCodeLang = "ROOT/sounds/Code8digit.m4a" Var PlaySoundCodeLang = "ROOT/sounds/Code8digit.m4a"
EndIf EndIf

View file

@ -849,6 +849,10 @@
Var PlaySoundLag = RootPathSoundBackToSchool + "select_level.wav" Var PlaySoundLag = RootPathSoundBackToSchool + "select_level.wav"
EndIf EndIf
Var LipitPro = 1 Then
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/select_level.wav"
EndIf
Play PlaySoundLag Play PlaySoundLag
EndIf EndIf
EndIf EndIf
@ -1952,6 +1956,10 @@
Var PlaySoundLag = RootPathSoundBackToSchool + "select_level.wav" Var PlaySoundLag = RootPathSoundBackToSchool + "select_level.wav"
EndIf EndIf
Var LipitPro = 1 Then
Var PlaySoundLag = "/mnt/sdcard/coffeevending/taobin_project/sound_thai/lipit/select_level.wav"
EndIf
Play PlaySoundLag Play PlaySoundLag
EndIf EndIf
EndIf EndIf