cup sold
This commit is contained in:
parent
e0d7d1c66a
commit
7ae0d57e65
13 changed files with 1249 additions and 1237 deletions
|
|
@ -24,6 +24,18 @@ Var video_menu2_1 = "00"
|
|||
;Var XMLLiveInfo = "1/392930293"
|
||||
;Var AdvertiseProfile = "00/01/02/03/04/05/06/07/08/09/10/11/12/13/14/15/16/17/18/19/20"
|
||||
|
||||
SPLIT XMLLiveInfo "/" 2 CurrentTotalCup
|
||||
|
||||
If CurrentTotalCup = "" Then
|
||||
Var CurrentTotalCup = "1"
|
||||
EndIf
|
||||
Var CurrentTotalCupInt = CurrentTotalCup
|
||||
INT CurrentTotalCupInt
|
||||
|
||||
DEBUGVAR CurrentTotalCupInt
|
||||
If CurrentTotalCupInt < 55555 Then
|
||||
Var XMLLiveInfoEnable = 0
|
||||
EndIf
|
||||
|
||||
|
||||
If XMLLiveInfoEnable = 0 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue