13.01.2011, 17:34
Try this:
pawn Код:
format(Query, sizeof(Query), "INSERT INTO `cars` (`Owner`, `Plate`) VALUES ('%s', '%s')","City", "LS");
mysql_query(Query);