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
/ Библиотеки / reapi_reunion.inc

reapi_reunion.inc

.inc 1.1 KB 62 реда 04.04.2026
Pawn / AMX Mod X
#if defined _reapi_reunion_included
	#endinput
#endif
#define _reapi_reunion_included

enum client_auth_type
{
	CA_TYPE_NONE = 0,
	CA_TYPE_DPROTO,
	CA_TYPE_STEAM,
	CA_TYPE_STEAMEMU,
	CA_TYPE_REVEMU,
	CA_TYPE_OLDREVEMU,
	CA_TYPE_HLTV,
	CA_TYPE_SC2009,
	CA_TYPE_AVSMP,
	CA_TYPE_SXEI,
	CA_TYPE_REVEMU2013,
	CA_TYPE_SSE3,
};

#define is_user_steam(%0) (REU_GetAuthtype(%0) == CA_TYPE_STEAM)

/*
* Gets client protocol.
*
* @param index  Client index
*
* @return       Client protocol
*/
native REU_GetProtocol(const index);

/*
* Gets client auth type.
*
* @param index  Client index
*
* @return       Client auth type
*/
native client_auth_type:REU_GetAuthtype(const index);

/*
* Get client authkey
*
* @param index  Client index
* @param index  Buffer to copy the authkey
* @param index  Maximum buffer size
*
* @return       Number of cells copied to buffer
*
*/
native REU_GetAuthKey(const index, dest[], maxlen);

/*
* Check if the client is running RevEmu with limited user rights.
*
* @param index  Client index
*
* @return       1/0
*/
native bool:REU_IsRevemuWithoutAdminRights(const index);
РЕКЛАМИРАЙ ПРИ НАС!
AMXX-BG.INFO
КАК ДА ИЗПОЛЗВАМ
Добави в началото на .sma файла:
#include <reapi_reunion>
1. Изтегли
Свали файла от бутона по-горе
2. Копирай
Постави в scripting/include/
3. Включи
Добави #include директивата
4. Компилирай
Използвай amxxpc или scripting/compile.exe
PrivateServ.NET