23.08.2016, 13:51
You don't need to re-save the whole data for the player, just update the player name
Example;
Don't just copy/paste.
Example;
PHP код:
format(query, sizeof(query),"UPDATE `playerstable` SET `PlayerName` = '%e' WHERE `username` = '%s'", newname, PlayerInfo[playerid][UserName]);
db_query(Database, query);
SetPlayerName(playerid, newname);