dini & ldudb to mysql help - 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: dini & ldudb to mysql help (
/showthread.php?tid=655956)
dini & ldudb to mysql help -
Filbert - 03.07.2018
How to change this to mysql?
PHP код:
new pfile[256];
format(pfile,sizeof(pfile),"/ladmin/users/%s.sav",udb_encode(VehicleInfo[trade1[playerid]][owner]));
PHP код:
dini_IntSet(pfile, "vowned", 0);
The "accounts" table is "/ladmin/users"
The "accounts" table is "/ladmin/users"
Re: dini & ldudb to mysql help -
Verc - 03.07.2018
Take a look.
https://sampforum.blast.hk/showthread.php?tid=627520
Re: dini & ldudb to mysql help -
Filbert - 03.07.2018
bump