SA-MP Forums Archive
mysql - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: mysql (/showthread.php?tid=166898)



mysql - armyoftwo - 10.08.2010

Код:
    format(string, 200, "INSERT INTO exportplaces (pPos, pPos2, pPos3, type) VALUES('%f','%f','%f', '%i')", x, y, z,      type);
    mysql_query(string);
    printf("%s", string);
it doesn't print anything
aswell it doesn't insert anything in database

EDIT: NVM, FIXED