12.05.2015, 14:22
Hello.
I have problem with mysql.
Part of script:
error:
error is on line:
I have problem with mysql.
Part of script:
Код:
new Query[124]; format(Query, sizeof(Query), "INSERT INTO `lista_reganih` (`Name`, `DatumREG`) VALUES('%s', '%s')", GetName(playerid), datetime); mysql_query(Query);
Код:
error 035: argument type mismatch (argument 1)
Код:
mysql_query(Query);