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

vip.inc

.inc 1.3 KB 56 реда 04.04.2026
Pawn / AMX Mod X
#if defined _vip_included
	#endinput
#endif
#define _vip_included

#if AMXX_VERSION_NUM >= 175
	#pragma reqlib vip
	#if !defined AMXMODX_NOAUTOLOAD
		#pragma loadlib vip
	#endif
#else
	#pragma library vip
#endif

/**
 * Checks whether a player is VIP or not
 * 
 * @param		id - Unique index of player
 * 
 * @return		True if VIP, false otherwise
 * 
 * @note		This could return false in client_connect(), client_authorized(), client_putinserver(), and client_disconnect().
 *			Use the vip_authorized(), vip_putinserver() and vip_disconnect() forwards instead.
 */
native is_user_vip(id);

/**
 * Called when a VIP player authorizes
 * 
 * @param		id - Unique index of player
 * 
 * @return		Return values are ignored
 */
forward vip_authorized(id);

/**
 * Called when a VIP player joins the server
 * 
 * @param		id - Unique index of player
 * 
 * @return		Return values are ignored
 */
forward vip_putinserver(id);

/**
 * Called when a VIP player disconnects
 * 
 * @param		id - Unique index of player
 * 
 * @return		Return values are ignored
 */
forward vip_disconnect(id);
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/
РЕКЛАМИРАЙ ПРИ НАС!
AMXX-BG.INFO
КАК ДА ИЗПОЛЗВАМ
Добави в началото на .sma файла:
#include <vip>
1. Изтегли
Свали файла от бутона по-горе
2. Копирай
Постави в scripting/include/
3. Включи
Добави #include директивата
4. Компилирай
Използвай amxxpc или scripting/compile.exe
PrivateServ.NET