2023-08-25 21:27:45 +07:00
|
|
|
; malaysia
|
2023-08-18 22:06:29 +07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
;DEBUGVAR SystemDateMonthInt
|
|
|
|
|
;DEBUGVAR SystemDateDayInt
|
|
|
|
|
|
|
|
|
|
; Reset flag away.
|
|
|
|
|
|
2023-08-19 22:16:27 +07:00
|
|
|
Var Propepsi99Enable = 0
|
2023-08-18 22:06:29 +07:00
|
|
|
|
2024-03-12 14:25:37 +07:00
|
|
|
; FruityRaya Promo
|
|
|
|
|
Var FruityRayaEnable = 0
|
|
|
|
|
Var FromFruityRaya = 0
|
2024-03-21 09:40:19 +07:00
|
|
|
Var DisableUntilServerPartOK = 1
|
2023-08-18 22:06:29 +07:00
|
|
|
|
2024-03-21 09:40:19 +07:00
|
|
|
|
|
|
|
|
If DisableUntilServerPartOK = 1 Then
|
|
|
|
|
If SystemDateMonthInt = 3 Then
|
|
|
|
|
If SystemDateDayInt >= 25 Then
|
|
|
|
|
Var FruityRayaEnable = 1
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
If SystemDateMonthInt = 4 Then
|
2024-03-12 14:25:37 +07:00
|
|
|
Var FruityRayaEnable = 1
|
2023-08-25 21:27:45 +07:00
|
|
|
EndIf
|
2023-08-18 22:06:29 +07:00
|
|
|
EndIf
|
2024-03-12 14:25:37 +07:00
|
|
|
|
2023-08-18 22:06:29 +07:00
|
|
|
|
2024-03-14 13:45:24 +07:00
|
|
|
If BoxID = 177746 Then
|
|
|
|
|
Var FruityRayaEnable = 1
|
|
|
|
|
EndIf
|