01.06.2012, 23:54
Try
Otherwise enable the mysql_log using "mysql_debug(1);" in OnGameModeInit and post here the log
pawn Код:
format(query, sizeof(query), "UPDATE `playerdata` SET `level` = '%d' WHERE `user` = '%s'", Level, gVictim);

