NS Level Names
Numuul
Join Date: 2008-03-15 Member: 63866Members
<div class="IPBDescription">The secret to leveling in combat</div>I've seen servers with custom level names, and yes I know its from AMX and ExtraLevels3, I have both, but how do I edit the level names and how many levels you can reach (e.g. Level 1 - Hatchling) I want to change the names, how do I do this?
<img src="style_emoticons/<#EMO_DIR#>/siege.gif" style="vertical-align:middle" emoid="::siege::" border="0" alt="siege.gif" /> <img src="style_emoticons/<#EMO_DIR#>/tiny.gif" style="vertical-align:middle" emoid="::onos::" border="0" alt="tiny.gif" /> = <img src="style_emoticons/<#EMO_DIR#>/nerd-fix.gif" style="vertical-align:middle" emoid="::nerdy::" border="0" alt="nerd-fix.gif" />
<img src="style_emoticons/<#EMO_DIR#>/siege.gif" style="vertical-align:middle" emoid="::siege::" border="0" alt="siege.gif" /> <img src="style_emoticons/<#EMO_DIR#>/tiny.gif" style="vertical-align:middle" emoid="::onos::" border="0" alt="tiny.gif" /> = <img src="style_emoticons/<#EMO_DIR#>/nerd-fix.gif" style="vertical-align:middle" emoid="::nerdy::" border="0" alt="nerd-fix.gif" />
Comments
Like change:
<!--coloro:#4169E1--><span style="color:#4169E1"><!--/coloro-->Rank_Alien_1
{
Level 1: Hatchling
}<!--colorc--></span><!--/colorc-->
to
<!--coloro:#4169E1--><span style="color:#4169E1"><!--/coloro-->Rank_Alien_1
{
Level 1: N00b
}<!--colorc--></span><!--/colorc-->
Are you running a server and want everyone to see those changed level names or are you only interested in your client seeing the changed levels?