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

[TF2]Level3 Mini-Sentries (1.2.6) (Jan 26 2013)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
KalaPihvi
Junior Member
Join Date: Dec 2011
Location: Finland
Plugin ID:
3463
Plugin Version:
1.2.6
Plugin Category:
Fun Stuff
Plugin Game:
Team Fortress 2
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Simple plugin that allows admins to toggle usage of lv3 mini-sentries on themselves or target(s)
    Old 01-11-2013 , 01:41   [TF2]Level3 Mini-Sentries (1.2.6) (Jan 26 2013)
    Reply With Quote #1

    Description
    Plugin that allows admins to toggle usage of lv3 mini-sentries on themselves or target(s)
    Notes:
    lv3 mini-sentry has 144 hp
    Health will be fully restored (this is because my percentage calculation caused clients to crash)

    Features
    Usage of lv3 mini-sentries
    'skin-fix' for blue mini-sentries

    Commands
    • sm_minisg (<1/0>) (<target>) ~~ Toggle on yourself or target(s)

    Cvars
    (tf/cfg/sourcemod/lv3minisg.cfg)
    • sm_lv3minisg_enabled <1/0> (Def: 1) ~~ Enable/Disable usage of plugin
    • sm_lv3minisg_message <2/1/0> (Def: 1) ~~ Show message to (1= everyone, 2= who have lv3 mini-sentries enabled) when plugin is enabled/disabled
    • sm_lv3minisg_destroy <1/0> (Def: 1) ~~ Destroy lv3 mini-sentries when plugin is disabled
    • sm_lv3minisg_force <1/0> (Def: 1) ~~ Engineer's sentry will be mini-sentry even if he dosent have gunslinger
    • sm_lv3minisg_cookies <1/0> (Def: 1) ~~ Should usage of lv3 mini-sentries be saved on client
    • sm_lv3minisg_default <1/0> (Def: 0) ~~ Clients with permission to use the command will have lv3 mini-sentries enabled by default (ignores cookies for now)

    Overrides
    (sourcemod/configs/admin_overrides.cfg)
    • "minisg_self" ~~ Ability to use command on yourself (def flag: slay)
    • "minisg_both" ~~ Ability to use command on yourself and targets (def flag: slay)
    • "minisg_target" ~~ Can be targeted by the command (def flag: none)

    Changelog


    Screenshot
    Attached Files
    File Type: sp Get Plugin or Get Source (TF-Lv3MiniSG.sp - 3089 views - 11.8 KB)

    Last edited by KalaPihvi; 01-25-2013 at 23:29.
    KalaPihvi is offline
    KalaPihvi
    Junior Member
    Join Date: Dec 2011
    Location: Finland
    Old 01-11-2013 , 08:55   Re: [TF2]Level3 Mini-Sentries (1.0)
    Reply With Quote #2

    Quote:
    Originally Posted by Dispenz0r View Post
    Glad you like it
    also haven't noticed that it was requested
    KalaPihvi is offline
    captaindeterprimary
    AlliedModders Donor
    Join Date: Sep 2012
    Old 01-11-2013 , 09:17   Re: [TF2]Level3 Mini-Sentries (1.0)
    Reply With Quote #3

    All my yes. Will install A.S.A.P.
    __________________
    Last edited by ; Today at 08:20 AM. Reason: Get rid of s
    captaindeterprimary is offline
    KalaPihvi
    Junior Member
    Join Date: Dec 2011
    Location: Finland
    Old 01-16-2013 , 13:01   Re: [TF2]Level3 Mini-Sentries (1.1) (Jan 16 2013)
    Reply With Quote #4

    Update 1.1
    __________________
    KalaPihvi is offline
    captaindeterprimary
    AlliedModders Donor
    Join Date: Sep 2012
    Old 01-19-2013 , 04:13   Re: [TF2]Level3 Mini-Sentries (1.1) (Jan 16 2013)
    Reply With Quote #5

    I don't understand how this is not approved yet.
    __________________
    Last edited by ; Today at 08:20 AM. Reason: Get rid of s
    captaindeterprimary is offline
    gilmon
    Senior Member
    Join Date: Feb 2011
    Location: China
    Old 01-21-2013 , 00:18   Re: [TF2]Level3 Mini-Sentries (1.1) (Jan 16 2013)
    Reply With Quote #6

    Hi,can you add a admin check? like only specially flag admin can use it.
    gilmon is offline
    Send a message via MSN to gilmon
    Snaggle
    AlliedModders Donor
    Join Date: Jul 2010
    Location: England
    Old 01-21-2013 , 05:24   Re: [TF2]Level3 Mini-Sentries (1.1) (Jan 16 2013)
    Reply With Quote #7

    Quote:
    Originally Posted by gilmon View Post
    Hi,can you add a admin check? like only specially flag admin can use it.
    The default flag is the slay flag. You can change this by using the admin_overrides.cfg file and adding in a new line.
    PHP Code:
    "sm_minisg"            "New Flag Here" 
    Snaggle is offline
    gilmon
    Senior Member
    Join Date: Feb 2011
    Location: China
    Old 01-21-2013 , 05:52   Re: [TF2]Level3 Mini-Sentries (1.1) (Jan 16 2013)
    Reply With Quote #8

    Quote:
    Originally Posted by Snaggle View Post
    The default flag is the slay flag. You can change this by using the admin_overrides.cfg file and adding in a new line.
    PHP Code:
    "sm_minisg"            "New Flag Here" 
    eh..I mean not the command itself,I'm talking about the mini senty gun
    gilmon is offline
    Send a message via MSN to gilmon
    KalaPihvi
    Junior Member
    Join Date: Dec 2011
    Location: Finland
    Old 01-21-2013 , 05:58   Re: [TF2]Level3 Mini-Sentries (1.1) (Jan 16 2013)
    Reply With Quote #9

    Quote:
    Originally Posted by gilmon View Post
    eh..I mean not the command itself,I'm talking about the mini senty gun
    So you want targeting only work on admins with certain flag?
    __________________

    Last edited by KalaPihvi; 01-21-2013 at 05:59.
    KalaPihvi is offline
    gilmon
    Senior Member
    Join Date: Feb 2011
    Location: China
    Old 01-21-2013 , 06:21   Re: [TF2]Level3 Mini-Sentries (1.1) (Jan 16 2013)
    Reply With Quote #10

    Yes,something like this:

    1.check the plugin is enable or not.
    2.admin can give a player permission to use it.
    3.admin can use this and don't need to type "sm_minisg".

    Last edited by gilmon; 01-21-2013 at 06:22.
    gilmon is offline
    Send a message via MSN to gilmon
    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 16:10.


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