Just a very simple question. - 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: Just a very simple question. (
/showthread.php?tid=620547)
Just a very simple question. -
StrikerZ - 31.10.2016
Does sqlite works on linux or not?
Re: Just a very simple question. -
DomagojSellug - 31.10.2016
If this is what you mean:
https://sqlite.org/download.html (you'll find Linux)
Re: Just a very simple question. -
StrikerZ - 31.10.2016
EDIT: im using frag host so will sqlite will work on frag? And using this
PHP код:
CMD:factions(playerid, params[])
{
new Query[256];
new DBResult:Result;
format(Query, sizeof(Query), "SELECT 'Name' FROM `Table`");
}
this cmd i want it to display all the Names of factions in the db. So how can i show the result on player's screen?