05.01.2015, 14:59
Estou a aprender MySQL, mas tenho aqui um erro que nгo estou a conseguir resolver...
Na funзгo mysql_query() o parвmetro й tipo string, nгo й?
Mas neste cуdigo:
estou a ter este erro:
Porque й que dб erro?
Se puser no parвmetro uma variбvel int dб este:
Estou a usar este plugin:
https://github.com/pBlueG/SA-MP-MySQL/releases
Na funзгo mysql_query() o parвmetro й tipo string, nгo й?
Mas neste cуdigo:
PHP код:
public OnPlayerDisconnect(playerid, reason)
{
new query[256];
format(query, sizeof(query), "blablablabla");
mysql_query(query);
return 1;
}
PHP код:
error 035: argument type mismatch (argument 1)
Se puser no parвmetro uma variбvel int dб este:
PHP код:
warning 202: number of arguments does not match definition
https://github.com/pBlueG/SA-MP-MySQL/releases