Y_INI read file - 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: Y_INI read file (
/showthread.php?tid=581404)
Y_INI read file -
Lirbo - 12.07.2015
what's the difference between INI_WriteInt to INI_Int and how can I read an integer from a file?
Re: Y_INI read file -
Overhaul - 12.07.2015
INI_WriteInt is the function used to
write an integer value in a file.
INI_Int is the function used to
load an integer value from a file.
Check this:
https://sampforum.blast.hk/showthread.php?tid=273088