17.04.2017, 21:41
I don't see what's the problem. You just have to put this in a command
Just put commas and add how many ever stats you want to save.
PHP Code:
new query[70];
mysql_format(g_SQL, query, sizeof query, "UPDATE `players` SET `kills` = %d, `score` = %d WHERE `id` = %d LIMIT 1", Player[playerid][Deaths], Player[playerid][Score], Player[playerid][ID]);