How to save all data? - 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)
+--- Thread: How to save all data? (
/showthread.php?tid=343162)
How to save all data? -
KaWavan - 16.05.2012
Hello, i need help
when i mark player with example:
new Marked[MAX_PLAYERS];
and then i do Marked[playerid] = 1;
i dont know how to save it, i have my saving system, but i just need to know how to save it
and make when player login he will be Marked[playerid] = 1; again
how to do it?
Re: How to save all data? -
dannyk0ed - 16.05.2012
What register system do you use, Ex. Dini
Re: How to save all data? -
$$inSane - 16.05.2012
use include dini to save it
Re: How to save all data? -
KaWavan - 16.05.2012
dini
and how to save it?