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

Quote:
Originally Posted by HamletEagle View Post
Use the api provided.
Can you give sample usage? I do not have too much information. I just started coding the new plugin.

For example, I want to do something like below. I need a simple code structure.
I will design a reward system.

Code:
if(level == 5) {
     client_print(id, print_chat, "Your rank: 5");
}
msbeden is offline