This commit is contained in:
kong 2022-07-13 09:44:29 +07:00
parent 63dfa10098
commit 918ec73ed4
12 changed files with 91 additions and 16 deletions

View file

@ -7,6 +7,9 @@
<Sound> PlaySoundLag </Sound>
<EventOpen>
Var cash_disable = "0"
READ_FILE "/mnt/sdcard/coffeevending/cash_disable" cash_disable
DEBUGVAR cash_disable
@ -158,6 +161,11 @@
Else
Var PayState1 = "Enable"
If cash_disable = "1" Then
Var PayState1 = "Press"
EndIf
If Seeker.IntVendingCampaign = 0 Then
Var PayState2 = "Enable"
Var PayState4 = "Enable"