View Single Post
msbeden
Member
Join Date: Jan 2020
Location: Turkey, Eskisehir
Old 01-19-2020 , 09:48   Re: OciXCrom's Rank System [XP|Levels|Ranks]
Reply With Quote #360

Quote:
Originally Posted by OciXCrom View Post
Code:
#include <crxranks>

Code:
new level = crxranks_get_user_level(id) client_print(id, print_chat, "Your level is %i", level)

What kind of reward system are you trying to make? I already have some pre-made sub-plugins for this one - https://www.amxx-bg.info/pluginlab/?name=rank
Thank you. This example works very well.
For example, I will automatically give golden ak47 to 5th place. I was having trouble finding the level value. I got it.
msbeden is offline