Add image
This commit is contained in:
parent
ba0474c595
commit
b6ebc2f523
101 changed files with 7367 additions and 7365 deletions
23
inter/tha/game.ev
Normal file
23
inter/tha/game.ev
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue