• Problem with script Vrondakis level system.
    3 replies, posted
Hello people, can anyone encountered such a problem in the script Vrondakis level system, the problem is that when you kill a high level player you get a lot of XP, for example if you kill a player of level 1 you get 20xp and if 2 levels are already 40xp, I did not find in the code the string that answers for this, if someone knows how to make sure that players receive the same amount of XP, please tell me how to do this?
The second person asking about this system...maybe it’s a sign... Why don’t you ask the person who made it?
Weird how people are still using this I made it 6 years ago Open sv_addways.lua and change line 7 from local xpgot=killer:addXP(10*(victim:getDarkRPVar('level') or 1), true) to local xpgot=killer:addXP(500, true)
Thanks, and yes like many more people are using it, well, at least I did not see a lot of good addons for Level Systems
Sorry, you need to Log In to post a reply to this thread.