TheDoctor0 / UltimateStats

Advanced players statistics plugin for Counter-Strike 1.6 (AMXX 1.8.3 / 1.9).
MIT License
6 stars 2 forks source link

get_user_stats doesn't return actual player rank #5

Closed rivit98 closed 4 years ago

rivit98 commented 4 years ago

get_user_stats always return 1. According to original CSX/CSSTATS implementation it should return player rank. This is true for get_user_stats2 too.

Also I think that dedicated native for getting user position (rank) would be nice.

TheDoctor0 commented 4 years ago

Great catch 👍 I'll fix it when I will have some time. Yeah, I think native like _get_userrank would be a good addition.