25.06.2012, 12:31
i use to work with MqSql but now the mysql_query is change to mysql_function_query
and ahving some problems
code
i dont want to set any information i just want to creat them for now so i get
which means im missing the formats which i dont want :X
and ahving some problems
code
pawn Code:
new connectionHandle[100];
mysql_function_query(connectionHandle, "CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), score INT(20), money INT(20), IP VARCHAR(16) , TOS VARCHAR(16) )", false, "OnQueryFinish");
Code:
error 035: argument type mismatch (argument 1)