Raised This Month: $ Target: $400
 0% 

[CS:GO] ESK0's JailBreak Warden


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
     



    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 02:33.


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