Add image

This commit is contained in:
wanlop run 2025-04-17 14:45:20 +07:00
parent ba0474c595
commit b6ebc2f523
101 changed files with 7367 additions and 7365 deletions

23
inter/tha/game.ev Normal file
View file

@ -0,0 +1,23 @@
If InternationalEnable = 1 Then
Var game_mode_enable = "false"
If LanguageShow = "ENG" Then
Var game_mode_enable = "false"
EndIf
If LanguageShow = "THAI" Then
Var game_mode_enable = "false"
EndIf
If LanguageShow = "MYANMAR" Then
EndIf
If LanguageShow = "MSC" Then
EndIf
If CountryName = "Malaysia" Then
EndIf
EndIf