[CS:S/CS:GO] Jailbreak Warden
Опубликовано: 21.10.2012, 12:36
Увеличение картинки
Jailbreak Warden
Описание:
Этот плагин позволяет брать командование спецназу на jail сервере.

Команды:

PHP код:
sm_w sm_warden //Позволяет игроку брать командование над заключенными 
sm_uw sm_unwarden //Позволяет игроку уволиться из командиров 
sm_rw //Позвляет администратору разжаловать командира, если таковой имеется
Особенности:
  • поддержка мультиязычности
  • админские команды
Требования:
  • SourceMod running
  • Morecolors.inc нужен для компиляции
Список изменений
Код:
v3.0.0
Works fine on both games now (CSS/CSGO)
New natives
New forwards
Changed plugin version 1 step ahead to make it easier

v2.0.0
Colors are now working on both CSS and CSGO. Please be aware that the colors are different so don't update if you have a GO server.

v1.8.0
Added cVar sm_warden_better_notifications 
Added 2 natives for other plugin uses.
Added the spanish translations to the file.
Added the old commands called commander commands to use aswell..

v1.7.0
Added Plugin is now using morecolors for a lot of color modifications.
Removed cstrike.inc, not needed anymore.
Added Translations are now available again!
Added Added some documention inside the source for those who wants to edit the plugin abit.
Fixed ChatTag should now be fixed , admins can now use admin commands without problem.

v1.6.0
Fixed Rewrote whole plugin
Fixed All errors
Fixed Warden tag
Removed Translations phrases

v1.5.0
Added Warden should now have a tag before his name in chat.
Fixed Some errors during compile.

v1.4.0
Edited Plugin is renamed to JailBreak Warden from now on.
Fixed It should now print twice who became warden.
Edited The commands for the plugin

v1.3.0
Added Administrators should now be available to remove a warden.

v1.2.0
Fixed Warden should now be darker blue then the other players.
Fixed Some events being wrong.

v1.1.0
Fixed Players couldn't leave their warden position.

v1.0.0
Initial release (28/05/11)

Для скриптеров:
PHP код:
/*********************************************************  
 * Checks if any warden exist  
 *  
 * @true on match , false if not  
 *********************************************************/  
native warden_exist();  
  
/*********************************************************  
 * returns if client is warden  
 *  
 * @param client        The client to run the check on  
 * @true on match, false if not          
 *********************************************************/  
native warden_iswarden(client);  
  
/*********************************************************  
 * Set a client as warden  
 *  
 * @param client        The client to set as warden  
 * @NoReturn  
 *********************************************************/  
native warden_set(client);  
  
/*********************************************************  
 * Removes the current warden if he exists  
 *  
 * @param client        The warden client to remove  
 * @NoReturn      
 *********************************************************/  
native warden_remove(client);

PHP код:
forward warden_OnWardenCreated(client); 
        - 
Called when a warden has been created 
  
forward warden_OnWardenRemoved
(client); 
        - 
Called after a warden has been removed
Оригинал
Категория: Плагины sourcemod | Добавил: root Просмотров: 6166 | Загрузок: 269 | Комментарии: 26 | Рейтинг: 5.0/19
Скачивать и комментировать могут только зарегистрированные пользователи.

Регистрация или Вход

  1. Комментарии ВКонтакте
  2. Комментарии на сайте

Loading...