Raised This Month: $32 Target: $400
 8% 

Solved get next level XP


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 08-04-2017 , 10:40   get next level XP
Reply With Quote #1

Hello guys,
How to get next level xp,
for example if you are level 1, and your xp = 10, level 2 = 25 then it will print XP: 10/25
PHP Code:
#define MAXLEVELS 27
new const LEVELS[MAXLEVELS] = 
{
    
10,
    
25,
    
50,
    
100,
    
250,
    
500,
    
750,
    
1000,
    
1500,
    
2000,
    
3000,
    
4100,
    
5200,
    
6300,
    
7500,
    
8800,
    
10000,
    
12000,
    
14300,
    
17000,
    
20000,
    
25000,
    
30000,
    
40000,
    
50000,
    
70000,
    
100000

is my example wrong ? ( iExp[iLevel[id] + 1] )

PHP Code:
set_dhudmessage 01702550.00.906.00.5 ); 
show_dhudmessage id"[HP: %d | Level: %d | XP: %d/%d]"get_user_health id ), iLevel [id], iExp [id], iExp[iLevel[id] + 1]); 
__________________

Last edited by Ayman Khaled; 08-04-2017 at 13:08. Reason: solved.
Ayman Khaled is offline
Ayman Khaled
Senior Member
Join Date: Mar 2017
Location: Palestine
Old 08-04-2017 , 13:08   Re: get next level XP
Reply With Quote #2

Nevermind.
i was blind, i forgot to put LEVELS[iLevel[id]] Instead.
Solved.
__________________
Ayman Khaled is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode