SA-MP Forums Archive
[MYSQL] Plugin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: [MYSQL] Plugin (/showthread.php?tid=358129)



[MYSQL] Plugin - Dan. - 09.07.2012

https://sampforum.blast.hk/showthread.php?tid=56564

All the links here are down, but I need the R7 plugin files now (include, libmysql, the plugin).


Re: [MYSQL] Plugin - Mark™ - 09.07.2012

http://mirror1.egaming.ro/MySQL/


Re: [MYSQL] Plugin - Dan. - 09.07.2012

Thanks.


Re: [MYSQL] Plugin - Dan. - 09.07.2012

How can I convert this:
pawn Код:
mysql_query("CREATE TABLE IF NOT EXISTS accounts(user VARCHAR(24), password VARCHAR(41), score INT(20), money INT(20), IP VARCHAR(16) )");
Into new R7?