Raised This Month: $12 Target: $400
 3% 

[CS:S/CS:GO] Jailbreak Warden


Post New Thread Reply   
 
Thread Tools Display Modes
Author
ecca
Sexy Santa
Join Date: Jan 2011
Plugin ID:
2360
Plugin Version:
3.0.0
Plugin Category:
General Purpose
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
    2 
    Plugin Description:
    Allowing players to take charge over prisoners over a round!
    Old 05-27-2011 , 20:12   [CS:S/CS:GO] Jailbreak Warden
    Reply With Quote #1

    Jailbreak Warden
    - Written by ecca
    - v3.0.0, last updated : 18th may 2013

    This plugins allows you and your players to take control over the prison for a round. This is a very good plugin for those servers having problem which counter-Terrorist should decide the rules for the round.

    Commands

    sm_w / sm_warden - Allows the player taking the charge over prisoners
    sm_uw / sm_unwarden - Allows the player to retire from the position
    sm_rw - Allows admins to remove the current warden if available.

    Cvars

    sm_warden_better_notifications: 0 - disabled , 1 - will use hint and center say for better notifications.


    Features

    Multilingual support
    Admin commands
    Forwards
    Natives

    Changelog

    Quote:
    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)
    Natives
    PHP Code:
    /********************************************************* 
     * 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); 
    Forwards
    Code:
    forward warden_OnWardenCreated(client);
            - Called when a warden has been created
     
    forward warden_OnWardenRemoved(client);
            - Called after a warden has been removed
    Other
    Thanks to sommy who came up with the ide on eventscripts.
    Download

    Download here: Github

    Last edited by ecca; 03-24-2015 at 04:40. Reason: fixed new download link
    ecca is offline
    uK4160
    Junior Member
    Join Date: Jan 2011
    Old 05-27-2011 , 20:28   Re: [CSS] Jailbreak Commander
    Reply With Quote #2

    Nice plugin.

    Could you give a general outline..

    Is this a menu based plugin?
    What exactly does it do?
    uK4160 is offline
    away000
    Veteran Member
    Join Date: Sep 2010
    Old 05-27-2011 , 22:43   Re: [CSS] Jailbreak Commander
    Reply With Quote #3

    What type of commands he enables?

    Can u up a video or a better description of what he does?

    Last edited by away000; 05-27-2011 at 23:12.
    away000 is offline
    ecca
    Sexy Santa
    Join Date: Jan 2011
    Old 05-28-2011 , 06:01   Re: [CSS] Jailbreak Commander
    Reply With Quote #4

    Ok updated the description now
    __________________
    ecca is offline
    Warheart
    Member
    Join Date: Mar 2011
    Location: In my room.
    Old 05-28-2011 , 06:35   Re: [CSS] Jailbreak Commander
    Reply With Quote #5

    Ill put this to my server immediately
    __________________
    -|FJB|- Zombie Escape/Survival | 173.199.79.219:27015
    -|FJB|- Minigame | 173.199.74.180:27015
    -|FJB|- Warcraft | 173.199.79.135:27015
    Warheart is offline
    Send a message via MSN to Warheart Send a message via Skype™ to Warheart
    ecca
    Sexy Santa
    Join Date: Jan 2011
    Old 05-28-2011 , 06:52   Re: [CSS] Jailbreak Commander
    Reply With Quote #6

    Updated to 1.1 version.

    Fixed a bugg in !uc. Bugg was you cant leave the commander
    __________________
    ecca is offline
    Warheart
    Member
    Join Date: Mar 2011
    Location: In my room.
    Old 05-28-2011 , 07:06   Re: [CSS] Jailbreak Commander
    Reply With Quote #7

    Could you add someking of tag to Commander
    so everyone can see who is Commander
    skins are pretty good idea if its possible.
    Mean: Type "!c" and then you get Commander skins
    and someking tag
    __________________
    -|FJB|- Zombie Escape/Survival | 173.199.79.219:27015
    -|FJB|- Minigame | 173.199.74.180:27015
    -|FJB|- Warcraft | 173.199.79.135:27015

    Last edited by Warheart; 05-28-2011 at 07:11. Reason: Fixin my bad english =D
    Warheart is offline
    Send a message via MSN to Warheart Send a message via Skype™ to Warheart
    ecca
    Sexy Santa
    Join Date: Jan 2011
    Old 05-28-2011 , 08:00   Re: [CSS] Jailbreak Commander
    Reply With Quote #8

    i can make the commander more blue and add a tag. sure
    __________________
    ecca is offline
    databomb
    Veteran Member
    Join Date: Jun 2009
    Location: california
    Old 05-28-2011 , 08:03   Re: [CSS] Jailbreak Commander
    Reply With Quote #9

    Good work ecca, I think this is one of the last features requested from ES Hosties!
    __________________
    databomb is offline
    Warheart
    Member
    Join Date: Mar 2011
    Location: In my room.
    Old 05-28-2011 , 08:05   Re: [CSS] Jailbreak Commander
    Reply With Quote #10

    And its very good if i can change that color by my self
    and this requirement some cvars.
    __________________
    -|FJB|- Zombie Escape/Survival | 173.199.79.219:27015
    -|FJB|- Minigame | 173.199.74.180:27015
    -|FJB|- Warcraft | 173.199.79.135:27015

    Last edited by Warheart; 05-28-2011 at 08:07. Reason: Fixing my English again -.-
    Warheart is offline
    Send a message via MSN to Warheart Send a message via Skype™ to Warheart
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 20:22.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode