SA-MP Forums Archive
What would you prefer? - 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: What would you prefer? (/showthread.php?tid=141928)



What would you prefer? - Torran - 16.04.2010

DINI or DUDB?

Atm i use DINI for most things like dini_Create, dini_Int, dini_IntSet, ect
But i use dudb for some other stuff aswell, Whats best / most preferred?


Re: What would you prefer? - Jay420 - 16.04.2010

I more prefer dini. No idea why..


Re: What would you prefer? - Andy_McKinley - 16.04.2010

dudb is easier, that's why! :P


Re: What would you prefer? - cessil - 16.04.2010

haven't used dudb but dini is really easy


Re: What would you prefer? - Torran - 16.04.2010

Quote:
Originally Posted by DarkPhoenix
dudb is easier, that's why! :P
Explain whats easier about it?


Re: What would you prefer? - RyDeR` - 16.04.2010

Quote:
Originally Posted by Joe Torran C
Quote:
Originally Posted by DarkPhoenix
dudb is easier, that's why! :P
Explain whats easier about it?
You just have to do dini_Set/IntSet, and dini_Get/Int.. That's why.. It's soo easy.


Re: What would you prefer? - Torran - 16.04.2010

Quote:
Originally Posted by » RyDeR «
Quote:
Originally Posted by Joe Torran C
Quote:
Originally Posted by DarkPhoenix
dudb is easier, that's why! :P
Explain whats easier about it?
You just have to do dini_Set/IntSet, and dini_Get/Int.. That's why.. It's soo easy.
Heh? He said dudb :P i know dinis easy.

I dont get difference between dini_Set and dini_IntSet and dini_Get and dini_Int yet, I havent looked


Re: What would you prefer? - RyDeR` - 16.04.2010

Set is only for strings, and IntSet is for integers. And Int is to get integers and Get for string =)


Re: What would you prefer? - Torran - 16.04.2010

Ah cool


Re: What would you prefer? - biltong - 16.04.2010

Definitely dini, I have looked at dudb and I was like "WTF"