SA-MP Forums Archive
dini problem - 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: dini problem (/showthread.php?tid=278842)



dini problem - Tanush123 - 24.08.2011

is there a function with i could get with dini like for example, GetPlayerScore, GetPlayerMoney etc.. is there something like dini_Get(file);


Re: dini problem - Wesley221 - 24.08.2011

If its just an integer u want to get from a file, it is the function
pawn Code:
dini_Int(filename, "line you want to get as an integer"); // gets an integer
dini_Get(filename, "line you wanna get as an string"); // gets an string