svc_updateuserinfo parameters
As do this in amxx?
PHP Code:
Sorry for my English use a translator. |
Re: svc_updateuserinfo parameters
I think it is :
PHP Code:
|
Re: svc_updateuserinfo parameters
Quote:
http://wiki.amxmodx.org/Half-Life_1_...UPDATEUSERINFO the "userid" parameter is not used Client engine Code:
|
Re: svc_updateuserinfo parameters
Had this in OSHLDS (SV_FullClientUpdate) :
Code:
Q_strncpy(info, client->InfoKeyBuffer, sizeof(info)-1);And code i tried and failed :
Spoiler
|
Re: svc_updateuserinfo parameters
It misses MSG_WriteBuf with MD5 of client->hashedcdkey.
MD5Init(&context); MD5Update(&context, client->hashedcdkey, 64); MD5Final(&digest, &context); MSG_WriteBuf(buf, 16, &digest); Not sure what we could use and if it's really used. Maybe we could just send : write_string( "" ) or four write_long(). Not sure. |
Re: svc_updateuserinfo parameters
Quote:
Quote:
works with 4 write_long(). PHP Code:
|
| All times are GMT -4. The time now is 06:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.