09.01.2011, 06:43
Quote:
MadeMan already told it.
However, Use [ pawn ][ /pawn ] tags please (without the spaces). It's more clearer. And I have a tip: Use "djson". it's much faster and it works the same as dini. dini_Exists = djIsSet dini_Set = djSet dini_IntSet = djSetInt dini_FloatSet = djSetFloat dini_BoolSet = djSetInt dini_Get = dj dini_Int = djInt dini_Float = djFloat dini_Bool = djInt ? true : false; It's not hard to compile dini to djson. Just use CTRL+H and replace the dini_* with the dj* stuff. Do you understand ? :P By the way, here's the topic: https://sampforum.blast.hk/showthread.php?tid=48439 And here I say it's much faster: http://forum.sa-mp.com/showpost.php?...&postcount=312 And as last, all the functions + some explaination: http://dev.dracoblue.net/index.php/DJson Regards, Kevin |
then Dini. I'll give it a try. Thanks.
K. Regards,
I. C.