18.08.2018, 20:04
I wanted an example of how to update the [mysql_query] code for the r40, so do not respond if you do not want to help.
I try to do IT:
PHP код:
format(var, sizeof(var), "UPDATE `users` SET `GoldPoints`='%d' WHERE `ID`='%d'",PlayerInfo[playerid][pPremiumPoints], PlayerInfo[playerid][pSQLID]);
mysql_query(SQL, var);
PHP код:
Cache:result = mysql_query(SQL, sizeof(var), "UPDATE `users` SET `GoldPoints`='%d' WHERE `ID`='%d'",PlayerInfo[playerid][pPremiumPoints], PlayerInfo[playerid][pSQLID]);