Quote:
Originally Posted by ish12321
engfunc(EngFunc_InfoKeyValue, buffer, "name", val, 31)
|
In the FM_ClientUserInfoChanged message, the hasn't yet changed. So, get_user_name() will return the actual current name (can be thought of as "old name"). The info in the buffer will contain all the new information that will be used to update your info. That means that this buffer will contain the "new name". The engfunc() retreives that name from the buffer.
__________________