11.12.2014, 05:41
i think the problem is ", " Money=%d, here this coma you dont have to put that
put this
put this
pawn Код:
mysql_format(mysql, query, sizeof(query), "UPDATE `users` SET `Admin` =%d, `Money`=%d WHERE `ID`=%d",pInfo[playerid][Admin], pInfo[playerid][Money],pInfo[playerid][ID]);