Jump to content

Level and EXP


abu5lf

Recommended Posts

exports.scoreboard:addScoreboardColumn('exp') 
exports.scoreboard:addScoreboardColumn('level') 
  
  
levels = { 
    [0] = {"Level 0", "10"}, 
    [1] = {"Level 1", "20"}, 
    [2] = {"Level 2", "100"}, 
    [3] = {"Level 3", "150"}, 
    [4] = {"Level 4", "200"}, 
    [5] = {"Level 5", "5000"}, 
    [6] = {"Level 6", "10000"}, 
    [7] = {"Level 7", "20000"}, 
    [8] = {"Level 8", "30000"}, 
    [9] = {"Level 9", "40000"}, 
    [10] = {"Level 10", "45000"}, 
    [11] = {"Level 11", "50000"}, 
    [12] = {"Level 12", "60000"}, 
    [13] = {"Level 13", "70000"}, 
    [14] = {"Level 14", "80000"}, 
    [15] = {"Level 15", "95000"}, 
    [16] = {"Level 16", "100000"}, 
    [17] = {"Level 17", "150000"}, 
    [18] = {"Level 18", "200000"}, 
    [19] = {"Level 19", "250000"}, 
    [20] = {"Level 20", "300000"}, 
                                                         
} 
  

I want to show that level in the Scoreboard

Edited by Guest
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...