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
10/64
188ms
/ Библиотеки / timer_controller.inc

timer_controller.inc

.inc 604 B 33 реда 04.04.2026
Pawn / AMX Mod X
/**
* @brief Pauses / Unpauses the round timer.
*
* @note  The countdown timer will be paused and will also put any time objective 
*	 check on hold.
*
* @noreturn
*/
native RoundTimerPause();

/**
* @brief Returns whether the round timer is paused or not.
*
* @return type	boolean
*/
native bool:IsRoundTimerPaused();

/**
* @brief Sets the round timer to the given time.
*
* @param int	Minutes	
* @param int	Seconds
*
* @noreturn
*/
native RoundTimerSet( iMinutes, iSeconds = 0 );

/**
* @brief Returns round timer in seconds.
*
* @return time
*/
native RoundTimerGet();
РЕКЛАМИРАЙ ПРИ НАС!
AMXX-BG.INFO
КАК ДА ИЗПОЛЗВАМ
Добави в началото на .sma файла:
#include <timer_controller>
1. Изтегли
Свали файла от бутона по-горе
2. Копирай
Постави в scripting/include/
3. Включи
Добави #include директивата
4. Компилирай
Използвай amxxpc или scripting/compile.exe
PrivateServ.NET