Nevalopo
Demigod
Hello people. Im wondering if its a source edit or if its a small lua edit.
Im trying to run a noobwar where everyone is around level 10.
When a player reaches level 12 he get no exp from level 10. I still want him to get exp. How do i change it?
I found this in functions.lua
function getExperienceForLevel(lv)
lv = lv - 1
return ((50 * lv * lv * lv) - (150 * lv * lv) + (400 * lv)) / 3
I donnu if it has anything to do with it... But looks like it
Anyone know how to edit?
Thanks for awnsers
++Rep if u can help
Im trying to run a noobwar where everyone is around level 10.
When a player reaches level 12 he get no exp from level 10. I still want him to get exp. How do i change it?
I found this in functions.lua
function getExperienceForLevel(lv)
lv = lv - 1
return ((50 * lv * lv * lv) - (150 * lv * lv) + (400 * lv)) / 3
I donnu if it has anything to do with it... But looks like it
Anyone know how to edit?
Thanks for awnsers
++Rep if u can help