09.11.2015, 11:55
Depending on the SQL you use, it all depends on the code you should be using.
The query should be:
The query should be:
pawn Код:
mysql_format(DB_CON, query, sizeof(query), "UPDATE `players` SET `Age`=%d WHERE `ID`=%d", PlayerInfo[playerid][pAge], PlayerInfo[playerid][pAccountID]);
mysql_tquery(DB_CON, query);