add sound
This commit is contained in:
parent
fec97ef9c6
commit
1b93f61a42
64 changed files with 1035 additions and 22 deletions
|
|
@ -50,6 +50,13 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_eng/Your_credit_balance_not_enough.mp3"
|
||||
Else
|
||||
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/Your_credit_balance_not_enough.mp3"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Var ShowLoadingText = "Invisible"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue