Dini Functions - 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 Functions (
/showthread.php?tid=184603)
Dini Functions -
zack3021 - 20.10.2010
Guys, i cant seem to find the thread that has the Dini include (i have the include). What i want, is the functions.
The only ones i know is dini_IntSet, dini_Exists, !dini_Exists, and dini_Int. Can someone tell me the rest of functions.
Re: Dini Functions -
LarzI - 20.10.2010
Read through the dini.inc ^^
Re: Dini Functions -
CJ101 - 20.10.2010
Dini is slow, you should use something different.
Re: Dini Functions -
zack3021 - 20.10.2010
Quote:
Originally Posted by LarzI
Read through the dini.inc ^^
|
Oh ok. But first let me get my anti-confuse hat on. Lol i will look through it. Thx
Re: Dini Functions -
zack3021 - 20.10.2010
Sorry to double post but, dini seems simple to me, and while i was reading through the .inc i kinda learned more
But dini_Get, can it be used under OnGameModeInit or OnPlayerConnect?
Re: Dini Functions -
LarzI - 20.10.2010
It can be used everywhere. It doesn't require anything but a string and a key from the file linked to in the string.
Re: Dini Functions -
zack3021 - 20.10.2010
But like if i want to get data, can i use it there?
In my org system, i use dini_remove for when the player gets kicked or resigns.
Now i am understanding dini more.
Re: Dini Functions -
LarzI - 20.10.2010
Whenever you want, you can use it. It opens up a file, searches for the entered key, and returns it's value (string).
Re: Dini Functions -
zack3021 - 20.10.2010
Ok thanks. But which inc do you think is faster? Dini, Dudb, Dutils.
Respuesta: Dini Functions -
The_Moddler - 20.10.2010
DJSon.. (8chars..)