doubt about Y_INI - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: doubt about Y_INI (
/showthread.php?tid=260497)
doubt about Y_INI -
VivianKris - 09.06.2011
Do i can use the Chinese tag or data name?
like
Код:
INI_SetTag("基本信息");
INI_WriteString(iniFile, "密码", pass);
INI_WriteInt(iniFile, "等级", pInfo[playerid][pLevel]);
and another question.
Can i load the %s.ini with INI:mine[examples](name[], value[])
?