@v3x
Code:
new new_name[32], old_name[32];
get_user_info(index, "name", new_name, sizeof(new_name) - 1);
get_user_name(index, old_name, sizeof(oldname) - 1);
The forward is called before the player's name is changed, so the player's current name is still the same.
However, the player has entered the name into their info (name "Exolent") but it hasn't changed their name, yet.
__________________