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



Probleem - Kennu - 21.02.2010

...


Re: DJSon Problem - BlackFoX - 21.02.2010

D(Json) , like PHP Json System

Код:
"key1"
{
 "a":12,
 "b":"Hello World"

}
You can create Multidimensional Saves so you dont need more than one File, you can save it all in One,
DjSon Work with a Cache System Based on Sql Commands

Код:
DjSetFloat(File,"key1/a",3.13);



Probleem - Kennu - 21.02.2010

...