View Single Post
KoHb
Junior Member
Join Date: Sep 2017
Location: UA
Old 09-27-2017 , 13:27   Re: LevelMod 8.0 with knifeskins. [ML Support]
Reply With Quote #80

Quote:
Originally Posted by KoHb View Post
I've tested the last version and got next bugs:
1) g_pCvar_Dying (setted it to "1") is not working at all, it just ignore when you die and do nothing;
2) when i loose round then i get 1 or 2 times +points on round start (everytime after loosed round). It says in chat:
You got x points for winning the round (but not round was lost, and it should say in round end not on round start);
3) when im loosing points my level should downgrade on 1 position, but it do nothing and i still stay on higher level, but i have points less than required for this level. Only when i downgrade level on 2 positions then it works and display right level.
Can you take a look on this bugz and fix it plz?
I tried to fix 3rd bug by replacing:

Code:
if(g_iLevel[id] != 0 && g_iPoints[id] <= g_szLevels[g_iLevel[id]-1])
=> on 345 & 349 lines =>

Code:
if(g_iLevel[id] != 0 && g_iPoints[id] < g_szLevels[g_iLevel[id]])
Seems to be working correct with every downgrade
__________________
KoHb is offline