Premium Реклама Spotlight Bundles Boost Банери Кредити
Основно Начало Сървъри Marketplace Форум Сървъри
Общности Хостинг Добави Auction Boost
Ресурси
Библиотеки Карти Видеа Магазин Bundles
Инструменти
Builder Demo CFG HUD
AMXX API
Вход Регистрация
TOP SERVER
[IG] Easy Surf | Ramp Fix | RANKS | REPLAYS
Counter-Strike 1.6
surf_flyin_fortress
40.160.19.36:27015
18.05 18:49
8/64
186ms
/ Библиотеки / crxranks_const.inc

crxranks_const.inc

.inc 993 B 56 реда 04.04.2026
Pawn / AMX Mod X
#if defined _crxranks_const_included
    #endinput
#endif

#define _crxranks_const_included

/**
 * Plugin-specific return codes
 */
#define CRXRANKS_CONTINUE 900300
#define CRXRANKS_HANDLED 900301

/**
 * Maximum buffer length for HUD information
 */
const CRXRANKS_MAX_HUDINFO_LENGTH = 192

/**
 * Maximum buffer length for player information
 */
const CRXRANKS_MAX_PLAYER_INFO_LENGTH = 35

/**
 * Maximum buffer length for a rank
 */
const CRXRANKS_MAX_RANK_LENGTH = 32

/**
 * Maximum buffer length for a XP reward
 */
const CRXRANKS_MAX_XP_REWARD_LENGTH = 32

/**
 * Maximum buffer length for XP as a string
 */
const CRXRANKS_MAX_XP_LENGTH = 11

/**
 * Save types for crxranks_get_save_type()
 */
enum CRXRanks_SaveTypes
{
	CRXRANKS_ST_NICKNAME = 0,
	CRXRANKS_ST_IP,
	CRXRANKS_ST_STEAMID
}

/**
 * Types of sources when receiving XP
 */
enum CRXRanks_XPSources
{
	CRXRANKS_XPS_PLUGIN = 0,
	CRXRANKS_XPS_REWARD,
	CRXRANKS_XPS_ADMIN
}
РЕКЛАМИРАЙ ПРИ НАС!
AMXX-BG.INFO
КАК ДА ИЗПОЛЗВАМ
Добави в началото на .sma файла:
#include <crxranks_const>
1. Изтегли
Свали файла от бутона по-горе
2. Копирай
Постави в scripting/include/
3. Включи
Добави #include директивата
4. Компилирай
Използвай amxxpc или scripting/compile.exe
PrivateServ.NET