03.09.2013, 12:15
The variable's name you're using to mysql_connect.
If it's:
then:
If it's:
pawn Код:
new ConnectToDatabase = mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_BASE, MYSQL_PASS);
pawn Код:
mysql_function_query( ConnectToDatabase, "SELECT * FROM `cars`", true, "OnCarsLoad", "" );