[Question] How can i use my country flag in-game
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
Turkish flag is included in game (in iw_00.iwd with name cardtitle_flag_turkey) but not available in title selection menu. So how can i use that title as my title.
already tried that setPlayerData command and menu function in gsc files. both didnt work...
Am i have to add it to some .csv file?
self setPlayerData("titleUnlocked", "cardtitle_flag_turkey"); self setPlayerData("iconUnlocked", "cardtitle_flag_turkey"); self setPlayerData("cardTitle", "cardtitle_flag_turkey");Thx...