DINI to SII - 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)
+--- Thread: DINI to SII (
/showthread.php?tid=459713)
DINI to SII -
Uberanwar - 24.08.2013
Hey guys I'm trying to convert DINI to SII, I have some questions.
drugs = dini_Int(file, "Drugs");
How do I convert this one?
(Don't tell me to convert to Y_INI or something)
Re: DINI to SII -
Misiur - 24.08.2013
pawn Код:
INI_Open("yourfile.ini");
drugs = INI_ReadInt("Drugs");
INI_Close();
On a sidenote - convert to Y_Ini