THAI: Add FreeFire menu

This commit is contained in:
Kenta420 2024-03-29 15:53:59 +07:00
parent ca1b40d2c1
commit 979ee777c1
37 changed files with 13718 additions and 5753 deletions

View file

@ -163,6 +163,15 @@
Var var3 = "X"
Var randResultStr = rewardList[randResultInt]
If LipMaskOutofStock = 1 Then
Var randResultStr = "tint_me_healthy_balm"
EndIf
If TintMeOutofStock = 1 Then
Var randResultStr = "lip_mask_stick"
EndIf
If randResultStr = "lip_mask_stick" Then
Var rewardImage = DirImage + "/reward_lip_mask_stick.png"
Var CodeType = "126"