Custom Icons.

voogruvoogru Naturally Modified (ex. NS programmer) Join Date: 2002-10-31 Member: 1827Members, Retired Developer, NS1 Playtester, Contributor, Constellation
edited January 2004 in General Server Discussion
<div class="IPBDescription">Do they not work? Or am I a nub?</div> I have the mp_customicon cvar set to "VGRU090", I also have a PRECACHE_GENERIC on "gfx/vgui/640_VGRU.tga", and finally I'm sending a access flag of 512 to the client.

Hell, I even sent a message to the client with mp_customicon

<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->MESSAGE_BEGIN(MSG_ALL,gmsgServerVar);
WRITE_STRING("mp_customicon");
WRITE_STRING("VGRU090");
MESSAGE_END();
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

However, I dont see a icon, I change the flag its sending to 128 (beta op) and that icon works fine, going to 512 and nothing shows.

and yes the icon is on the client.

Is something wrong? Or is it not working yet?

- voogru.

Comments

  • sawcesawce Join Date: 2002-12-14 Member: 10787Members
    I also tried seeing if mp_customicons was working, and I haven't been able to get it to work properly. Tried sending every single possible bitmask combination I could send (1,2,4,8... all the way to 2048), and the usual icons were there, but no mp_customicon icon.
  • QwertyQwerty Join Date: 2003-06-30 Member: 17817Members
    probably not done yet :o
  • mavricmavric Join Date: 2003-08-25 Member: 20199Members, Constellation
    can these custom icons be set up for indervidual players

    as in server dontaions


    and clan members
  • prsearleprsearle Join Date: 2002-11-01 Member: 2365Members, Constellation
    The way it's supposed to work is that servers can set up <u>one</u> custom icon which will be downlaoded to the player's computer. Then a plugin (metamod/amx) can set the icon for certain players. Which players get the icon depends on how the plugin was written.
Sign In or Register to comment.