18.09.2011, 15:14
You should translate stuff like this
Use quick replace function in Notepad++ to translate all instances at once.
Code:
INI_Int("Password",PlayerInfo[playerid][pPass]); INI_Int("Cash",PlayerInfo[playerid][pCash]); INI_Int("Admin",PlayerInfo[playerid][pAdmin]); INI_Int("Telefoninumber",PlayerInfo[playerid][pNumber]); INI_Int("Kills",PlayerInfo[playerid][pKills]); INI_Int("Deaths",PlayerInfo[playerid][pDeaths]); INI_Int("Annetaja",PlayerInfo[playerid][pVip]); INI_Int("Sugu",PlayerInfo[playerid][pSex]); INI_Int("Vanus",PlayerInfo[playerid][pAge]); INI_Int("Hoiatusi",PlayerInfo[playerid][pWarns]); INI_Int("P2rit",PlayerInfo[playerid][pPlace]); INI_Int("Lukus",PlayerInfo[playerid][pLocked]);