SA-MP Forums Archive
getting higher id - 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: getting higher id (/showthread.php?tid=289264)



getting higher id - fordawinzz - 10.10.2011

hello, I have files that are counted from 1 to 19, and I want to get the id 19, how I do that ?

i'm using dini


Re: getting higher id - .:Kaos:. - 10.10.2011

Are you saying you want to pen the file "19"? Also, what are you using for saving? dini, Y_Ini, etc..


Re: getting higher id - fordawinzz - 10.10.2011

dini


Re: getting higher id - .:Kaos:. - 10.10.2011

Try to use
Код:
 dini_get(file, val[]);
This might not be correct, been forever since I last used dini.