Custom Icons.
voogru
Naturally Modified (ex. NS programmer) Join Date: 2002-10-31 Member: 1827Members, Retired Developer, NS1 Playtester, Contributor, Constellation
<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.
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
as in server dontaions
and clan members