30.11.2015, 22:16
correct syntax for mysql_query is
but assuming you want to thread the queries, you need to use
You can find more information here: https://sampwiki.blast.hk/wiki/MySQL/R33
Код:
mysql_query(connection, query[], bool:use_cache = true)
Код:
mysql_tquery(connection, query[], callback[] = "", format[] = "", {Float,_}:...)

