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

[CS:GO] ESK0's JailBreak Warden


Post New Thread Reply   
 
Thread Tools Display Modes
Author
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Plugin ID:
5019
Plugin Version:
1.0
Plugin Category:
Server Management
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 01-25-2016 , 09:41   [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #1

    PLUGIN IS NOT 100% TESTED, BUT COMPILED WITHOUT ANY ERRORS. IF SOMETHING DOESNT WORK PROPERLY LET ME KNOW IN COMMENTS

    Hello Guys,

    Warden plugins allows your players to take control over the prisoner for a round.

    Translations will comes in the future. At this moment its in English Language.. but my English is not perfect.. So if you are a native speaker and are you interested let me know..

    Commands:
    • !w | !warden - Set you as a warden if it is possible.
    • !uw | !unwarden - Remove you from Warden post
    • !sw | !setwarden - You can simply choose and set player as a warden (Admin command)
    • !rw | !removewarden - You can fire current warden (Admin command)

    Natives:
    PHP Code:
    /**
     * Check if client is Warden
     *
     * @param client
     * @return        True if client is warden.
     */
    native bool EJBW_IsClientWarden(int client);

    /**
     * Check if warden exists
     *
     * @return        True if yes
     */
    native bool EJBW_WardenExist();

    /**
     * Check if warden exists
     *
     * @param client
     * @return        True if successfully
     */
    native bool EJBW_SetWarden(int client);

    /**
     * Check if warden exists
     *
     * @param client
     * @return        True if successfully
     */
    native bool EJBW_RemoveWarden(int client); 
    Forwards:
    PHP Code:
    forward EJBW_OnWardenCreatedByUser(int client)
       - 
    Called when player became Warden (!| !warden)

    forward EJBW_OnWardenCreatedByAdmin(int client
       - 
    Called when player became Warden (!sw | !setwarden EJBW_SetWarden(int client))

    forward EJBW_OnWardenDisconnected(int client
       - 
    Called when Warden has disconnected

    forward EJBW_OnWardenDeath
    (int client)
       - 
    Called when Warden die

    forward EJBW_OnWardenRemovedBySelf(int client)
       - 
    Called when Warden retired (!uw | !unwarden)

    forward EJBW_OnWardenRemovedByAdmin(int client)
       - 
    Called when Warden retired (!rw | !removewarden EJBW_RemoveWarden(int client)) 
    Admin commands are under ADMFLAG_GENERIC!

    Download: HERE

    Last edited by ESK0; 01-25-2016 at 09:49.
    ESK0 is offline
    8guawong
    AlliedModders Donor
    Join Date: Dec 2013
    Location: BlackMarke7
    Old 01-25-2016 , 09:54   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #2

    what is the purpose of this plugin
    same as this one
    https://forums.alliedmods.net/showthread.php?t=157860
    __________________
    8guawong is offline
    ESK0
    BANNED
    Join Date: May 2014
    Location: Czech Republic
    Old 01-25-2016 , 09:57   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #3

    Quote:
    Originally Posted by 8guawong View Post
    what is the purpose of this plugin
    same as this one
    https://forums.alliedmods.net/showthread.php?t=157860
    I Read comments and Ecca's warden doesnt work properly.. And last update was in 2013.
    My Warden brings few new features, forwards etc..
    ESK0 is offline
    Franc1sco
    Veteran Member
    Join Date: Oct 2010
    Location: Spain (Madrid)
    Old 01-25-2016 , 10:21   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #4

    https://forums.alliedmods.net/showth...93#post2375893

    You could duplicate the native names that use jailbreak warden for people that already have subplugins for that warden plugin can work well too in this new warden plugin
    __________________
    Veteran Coder -> Activity channel
    Coding on CS2 and taking paid and free jobs.

    Contact: Steam, Telegram or discord ( franug ).

    You like my work? +Rep in my steam profile comments or donate.

    Franc1sco is offline
    Send a message via MSN to Franc1sco
    ESK0
    BANNED
    Join Date: May 2014
    Location: Czech Republic
    Old 01-25-2016 , 10:28   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #5

    Quote:
    Originally Posted by Franc1sco View Post
    https://forums.alliedmods.net/showth...93#post2375893

    You could duplicate the native names that use jailbreak warden for people that already have subplugins for that warden plugin can work well too in this new warden plugin
    Maybe? Im not sure what about ecca )
    ESK0 is offline
    mufin
    BANNED
    Join Date: Aug 2015
    Old 01-31-2016 , 04:17   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #6

    i just posted the plugin i paid for from zipcore.

    with update was posted week ago but now i gave my other plugin the marker for wardens

    https://forums.alliedmods.net/showthread.php?t=278404

    Last edited by mufin; 01-31-2016 at 04:59.
    mufin is offline
    proffs
    Senior Member
    Join Date: Jul 2013
    Old 01-31-2016 , 14:21   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #7

    Can you post changelogs from what's different from the original plugin
    __________________
    proffs is offline
    ESK0
    BANNED
    Join Date: May 2014
    Location: Czech Republic
    Old 01-31-2016 , 17:47   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #8

    Quote:
    Originally Posted by proffs View Post
    Can you post changelogs from what's different from the original plugin
    Wow.. open ecca's warden and mine... and take a look.. what am i ?Whole different code..
    ESK0 is offline
    proffs
    Senior Member
    Join Date: Jul 2013
    Old 02-01-2016 , 10:52   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #9

    Quote:
    Originally Posted by ESK0 View Post
    Wow.. open ecca's warden and mine... and take a look.. what am i ?Whole different code..
    I'm a developer so I can see some changes, but for others it would be nice with a changelog. Also improving chance to get it accepted!
    __________________
    proffs is offline
    condolent
    AlliedModders Donor
    Join Date: Jan 2016
    Location: gc_sLocation;
    Old 06-16-2017 , 02:34   Re: [CS:GO] ESK0's JailBreak Warden
    Reply With Quote #10

    Hello, I've been using this plugin for about a year now on my server and I'm very happy with it!

    Now I'm trying to make a plugin for my server where only a warden can exec a command.
    To do this I included eskojbwarden.inc and used this code:
    Code:
    	if(EJBW_IsClientWarden(client)) {
    		// Exec
    	}
    When compiling it's all fine, but when trying to load the plugin it says that it doesn't understand what EJBW_IsClientWarden means!

    Do I need to do something else?
    __________________
    condolent is offline
    Reply



    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 01:32.


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