convert sqlite - 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: convert sqlite (
/showthread.php?tid=482629)
convert sqlite -
Cerealguy - 22.12.2013
Hi friend, please help me :c, how to change this to sqlite:
pawn Код:
new personalcar = (dini_Int(PFile(playerid),"CarID"));
stock Gn(playerid)
{
new pname[24];
GetPlayerName(playerid,pname,MAX_PLAYER_NAME);
return pname;
}
stock PFile(playerid)
{
format(file,64,"PersonalCars/Users/%s.ini",Gn(playerid));
return file;
}
Re: convert sqlite -
Excelize - 22.12.2013
https://sampforum.blast.hk/showthread.php?pid=1259335#pid1259335
Just use this, and re-do the savings.
Respuesta: convert sqlite -
Cerealguy - 22.12.2013
friend is using it, but not really having this function