PDA

View Full Version : Xp back to 0 after promotion why ?



thOuMta
15th February 2013, 01:02
Hey guys !

In the rank system ( CoD4MoD ) when the rank its promoted, the first xp back to "0" (zero).
How i can change it to the last next xp ?

Thanks :)

IzNoGoD
15th February 2013, 01:03
case "xp":
if(isdefined(level.ranks[0]))
self.huds["xp"] setvalue(self.stats["xp"]-level.ranks[self.stats["rank"]].startxp);
else
self.huds["xp"] setvalue(self.stats["xp"]);
break;

Look closely.

thOuMta
15th February 2013, 01:07
Thx izno :)

IzNoGoD
15th February 2013, 01:08
closed.

fastest topic ever.

kung foo man
15th February 2013, 14:54
Opened thread. I dont see any sense in closing threads.