Results 1 to 5 of 5

Thread: Xp back to 0 after promotion why ?

  1. #1
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts

    Xp back to 0 after promotion why ?

    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

  2. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    PHP Code:
                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.

  3. The Following 2 Users Say Thank You to IzNoGoD For This Useful Post:

    kung foo man (15th February 2013),thOuMta (15th February 2013)

  4. #3
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts
    Thx izno

  5. #4
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    closed.

    fastest topic ever.

  6. #5
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    Opened thread. I dont see any sense in closing threads.
    timescale 0.01

  7. The Following User Says Thank You to kung foo man For This Useful Post:

    thOuMta (15th February 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •