Required_kills_for_next_level
Hi,
I am trying to get Required kills for next level : PHP Code:
Requiredkills = Player Xp - next Player level. |
Re: Required_kills_for_next_level
PHP Code:
PHP Code:
PHP Code:
|
Re: Required_kills_for_next_level
Hook death event, then just add xp to killer, and check PlayerXP[id] if it's more than 2 then PlayerLevel++;
|
Re: Required_kills_for_next_level
Code:
|
Re: Required_kills_for_next_level
PHP Code:
PHP Code:
also, PHP Code:
PHP Code:
|
Re: Required_kills_for_next_level
dude i just ripped the levels of my code and 4got to remove the , from the code.
It doesnt matter what i use, even if i do this public Required(id) { (bla bla , my script is still gonna work) } new RequiredKills[33] , I made it id by mistake so stop eating my brains for that mistake lol |
Re: Required_kills_for_next_level
Xella ,
can you explain it to me 1 by 1 what each of the following lines in the script does , i dont wanna be spoon fed i wanna LEARN!!! |
Re: Required_kills_for_next_level
Here's another method which allows a Min\Max range for each rank. Also included is a SetRank function which will assign a rank to a player based on his XP points.
PHP Code:
|
Re: Required_kills_for_next_level
i already have an xp mod kinda script.
I wanted some one to explain what Xella had done to add it to my script, Since in my script i already have levels and Xp for next level. I only wanna know how to show required xp. I can give you the full script |
Re: Required_kills_for_next_level
PHP Code:
|
| All times are GMT -4. The time now is 05:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.