Raised This Month: $ Target: $400
 0% 

svc_updateuserinfo parameters


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 07-20-2013 , 17:40   svc_updateuserinfo parameters
Reply With Quote #1

As do this in amxx?
PHP Code:
void SV_FullClientUpdatesv_client_t *clsizebuf_t *msg )
{
    
int    i;
    
char    info[MAX_INFO_STRING];
    
    
cl svs.clients;

    
BF_WriteBytemsgsvc_updateuserinfo );
    
BF_WriteUBitLongmsgiMAX_CLIENT_BITS );

    if( 
cl->name[0] )
    {
        
BF_WriteOneBitmsg);

        
Q_strncpyinfocl->userinfosizeofinfo ));

        
// remove server passwords, etc.
        
Info_RemovePrefixedKeysinfo'_' );
        
BF_WriteStringmsginfo );
    }
    else 
BF_WriteOneBitmsg);

everything I try fails (svc_bad)



Sorry for my English use a translator.
__________________

Last edited by Destro-; 07-20-2013 at 19:28.
Destro- is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode