Add BOX_ID to game and profile AllPrice05 AllPrice10
This commit is contained in:
parent
5e71999d0d
commit
39c23f18f0
15 changed files with 76 additions and 67 deletions
|
|
@ -499,10 +499,14 @@
|
|||
Var LangString = "LANG: "TH"\r\n"
|
||||
EndIf
|
||||
|
||||
Var BoxIDString !assigned SprintFmt("BOX_ID: "%s"\r\n", BoxID)
|
||||
|
||||
; reset
|
||||
WRITE_FILE "/mnt/sdcard/taobingame_acc.yaml" ""
|
||||
APPEND_FILE "/mnt/sdcard/taobingame_acc.yaml" ACCString
|
||||
APPEND_FILE "/mnt/sdcard/taobingame_acc.yaml" LangString
|
||||
APPEND_FILE "/mnt/sdcard/taobingame_acc.yaml" BoxIDString
|
||||
|
||||
;
|
||||
|
||||
Var Game01Enable = 1
|
||||
|
|
@ -521,10 +525,14 @@
|
|||
Var LangString = "LANG: "TH"\r\n"
|
||||
EndIf
|
||||
|
||||
Var BoxIDString !assigned SprintFmt("BOX_ID: "%s"\r\n", BoxID)
|
||||
|
||||
; reset
|
||||
WRITE_FILE "/mnt/sdcard/taobingame_acc.yaml" ""
|
||||
APPEND_FILE "/mnt/sdcard/taobingame_acc.yaml" ACCString
|
||||
APPEND_FILE "/mnt/sdcard/taobingame_acc.yaml" LangString
|
||||
APPEND_FILE "/mnt/sdcard/taobingame_acc.yaml" BoxIDString
|
||||
|
||||
;
|
||||
|
||||
Var Game01Enable = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue