hlrs.inc /*
Includes from Half-Life Rank System
Author - BIGs
Site - https://hl-hev.ru/
*/
#if defined _hlrs_included
#endinput
#endif
#define _hlrs_included
//Function set score by StaemID
/*
@params
score - string.
steamid - string.
*/
native hlrs_set_score(steamid [],score[]);
//Function return score by StaemID
/*
@params
steamid - string.
*/
native hlrs_get_score(steamid[]);
//Function return rank
/*
@params
score - integer;
*/
native hlrs_get_user_rank(score);