<div class="IPBDescription">Problem with the server OP icon</div> When I connect to my dedicated server the server op icon shows up just fine for the first map. But as soon as the map changes, the icon goes away.
icons.amxx is a plugin that works quite well, and can be downloaded <a href='http://www.modns.org/forums/index.php?showtopic=168&hl=' target='_blank'>here</a>.
I use the plugin Depot is referring to. Sample lines from my config file (";" is a comment):
STEAM_0:0:####### :yellowop: ; <Player name for reference> STEAM_0:1:####### mr_icon_2090 ; <Another player name>
The second icon is a custom icon we made...I'd like to know how to properly make icons that look similar to say the "HIVE" icon that you can use. Anyone know how to properly "photoshop" these tga files?
<!--QuoteBegin-Boris+Mar 1 2005, 06:12 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Boris @ Mar 1 2005, 06:12 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Anyone know how to properly "photoshop" these tga files? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> <a href='http://www.modns.org/forums/index.php?showtopic=1079' target='_blank'>How Do You Make Custom Icons?, Problems with the alpha channel etc.</a>
Depot Thanks for the plugin info. But my problem is with the default server op icon. It shows up when you first startup the server, but after a map change, it disapears. Trying to figure out why.
<!--QuoteBegin-MrAgent+Mar 2 2005, 09:20 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (MrAgent @ Mar 2 2005, 09:20 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Depot Thanks for the plugin info. But my problem is with the default server op icon. It shows up when you first startup the server, but after a map change, it disapears. Trying to figure out why. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> It's an NS bug, the plugin will fix it. *rollseyes*
Take away any unused lines (or comment them out) and just put the one line:
STEAM_0:0:####### :yellowop:
Where steam ID is YOUR's, then test, you have to change the map for it to update. I haven't tested, but maybe having your steam ID in the "serverops" section in the server.cfg file causes problems. Make sure there are no steam ID's there, just use the icons.cfg file.
A note on reserved slots: I do not use the default plugin and don't know if it works correctly or not, I use this one: <a href='http://amxmodx.org/forums/viewtopic.php?p=73749' target='_blank'>http://amxmodx.org/forums/viewtopic.php?p=73749</a> - AdminReservation (w/ Redirection!)
Comments
If you are using a plugin of some kind, would you please give an example of your configuration file and point me to the appropriate file?
-Brackhar
STEAM_0:0:####### :yellowop: ; <Player name for reference>
STEAM_0:1:####### mr_icon_2090 ; <Another player name>
The second icon is a custom icon we made...I'd like to know how to properly make icons that look similar to say the "HIVE" icon that you can use. Anyone know how to properly "photoshop" these tga files?
<a href='http://www.modns.org/forums/index.php?showtopic=1079' target='_blank'>How Do You Make Custom Icons?, Problems with the alpha channel etc.</a>
Thanks for the plugin info. But my problem is with the default server op icon. It shows up when you first startup the server, but after a map change, it disapears.
Trying to figure out why.
Thanks for the plugin info. But my problem is with the default server op icon. It shows up when you first startup the server, but after a map change, it disapears.
Trying to figure out why. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
It's an NS bug, the plugin will fix it. *rollseyes*
No need to roll your eyes... Didnt know it was a bug :/
Posted in the thread on modns.org
STEAM_0:0:####### :yellowop:
Where steam ID is YOUR's, then test, you have to change the map for it to update. I haven't tested, but maybe having your steam ID in the "serverops" section in the server.cfg file causes problems. Make sure there are no steam ID's there, just use the icons.cfg file.
A note on reserved slots:
I do not use the default plugin and don't know if it works correctly or not, I use this one:
<a href='http://amxmodx.org/forums/viewtopic.php?p=73749' target='_blank'>http://amxmodx.org/forums/viewtopic.php?p=73749</a> - AdminReservation (w/ Redirection!)