11.02.2014, 08:48
If you use R33+, then the parameters are:
which means the first parameter is integer and not an array (string).
Open a_mysql.inc and search for mysql_query line and check the parameters.
pawn Код:
mysql_query(conhandle, query[], bool:use_cache = true)
Open a_mysql.inc and search for mysql_query line and check the parameters.