02.11.2014, 09:32
Quote:
If you're using MySQL, update the player's username in database with the new name of the player.
And if you're using an INI based saving system, change the file name with frename function. |
The actual best way is to store the person's original name upon the player connecting, and then define that name as connected. When a new player connects check if the new player's name is the same as the clan member's original name from the variable you just put when the original person connected. When the original person disconnects remove their name from the string to not cause any problems when the original person wants to reconnect.