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

[CS:GO] - ☇ Show Damage | Armor | Victims


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Dr. Api
BANNED
Join Date: Mar 2015
Location: France
Plugin ID:
4682
Plugin Version:
1.1.1
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Will show the damage on the Hint(HUD).
    Old 06-16-2015 , 04:56   [CS:GO] - ☇ Show Damage | Armor | Victims
    Reply With Quote #1

    I - Description

    I made this plugin for my community Zombie4Ever.eu and was allowed to share it.
    Will show the damage on the Hint(HUD).
    Will show you the damage, armor and the part of the body.
    For Molotov and Grenade you will get the total victim hurted with of course the damage and armor.
    If you make a double, triple, or whatever kills you will get total victim hurted with of course the damage and armor.
    The time(reset) between each kill is set by type of weapons(pistols, snipers, rifles...) and this timer can be set with cvars.
    For the clients preferences type !sd in chat.

    II - Cvars

    drapi_show_damage_sniper_time - SNIPERS Time Between shots.
    drapi_show_damage_mg_time - MACHINES GUNS Time Between shots.
    drapi_show_damage_rifle_time - RIFLES Time Between shots.
    drapi_show_damage_mp_time - MPS Time Between shots.
    drapi_show_damage_pump_time - PUMPS Time Between shots.
    drapi_show_damage_pistol_time - PISTOLS Time Between shots.

    If you set a high value time the damage, armor and victim on the HUD will increase. 0.5s between it's enough to get double, triple... kills instant. If you shot the same victim twice it's count like one so don't worry if you set high value time.

    III - Configs

    Code:
    "ShowDamage"
    {
    	"ShowDamage"
    	{
    
    		"ShowDamageAccess"
    		{
    			//EXAMPLE
    			//"0"
    			//{
    				//"flags"		"steamid"										// flag for use the show damage(public, vip, admin, steamid)
    
    				//"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				//{
    							//"1"		"STEAM_1:1:4489913"
    				//}
    
    			//}
    
    			"1"															//MOLOTOV
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"2"															//GRENADE
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"3"															//SNIPERS
    			{
    				"flags"			"steamid"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"4"															//MACHINE GUNS
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"5"															//RIFLES
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"6"															//PMs
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"7"															//PUMP
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"8"															//PISTOLS
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    			"9"															//OTHERS
    			{
    				"flags"			"public"										// flag for use the show damage (public, vip, admin, steamid)
    
    				"SteamIDs" 													// or steamids allowed to use the show damage(can be use with steamid, vip or admin flags)
    				{
    				}
    
    			}
    
    		}
    	}
    }
    You can now give access to each type of weapons (pistols, rifles, snipers, etc...).
    - Admin and/or steamid
    - Vip and/or steamid
    - Steamid
    - Public

    IV - Screenshots

    Body parts.




    Multiple kills.



    Grenade.



    Molotov.



    V - Changelogs

    Code:
    V1.1.2
    -Personal Timer for showind damage. Should reduce the HUD time display.
    
    V1.1.1
    -Fixed a error log.
    
    V1.1.0
    -added config file to set the access of type of weapons.
    
    V1.0.1
    -Added clients preferences.
    -Added some translations sentences.
    GIT
    Attached Files
    File Type: zip drapi_show_damage_V1.0.0.zip (24.5 KB, 1399 views)
    File Type: zip drapi_show_damage_V1.0.1.zip (27.0 KB, 500 views)
    File Type: zip drapi_show_damage_V1.1.0.zip (31.5 KB, 525 views)
    File Type: zip drapi_show_damage_V1.1.1.zip (31.5 KB, 811 views)
    File Type: zip drapi_show_damage_V1.1.2.zip (31.7 KB, 14764 views)

    Last edited by Dr. Api; 06-29-2016 at 12:43.
    Dr. Api is offline
    asdfxD
    Veteran Member
    Join Date: Apr 2011
    Old 06-16-2015 , 09:45   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #2

    another great plugin, thx. possible to change the time of the centered text (hint hud)? in my opinion it is too long. 2-3 seconds is enough but this is like 5-6 seconds. (i am not talking about time between shots.)

    Last edited by asdfxD; 06-16-2015 at 09:50.
    asdfxD is offline
    Dr. Api
    BANNED
    Join Date: Mar 2015
    Location: France
    Old 06-16-2015 , 10:22   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #3

    Quote:
    Originally Posted by asdfxD View Post
    another great plugin, thx. possible to change the time of the centered text (hint hud)? in my opinion it is too long. 2-3 seconds is enough but this is like 5-6 seconds. (i am not talking about time between shots.)
    No this is a SM function: https://sm.alliedmods.net/new-api/ha.../PrintHintText

    Last edited by Dr. Api; 06-16-2015 at 10:22.
    Dr. Api is offline
    asdfxD
    Veteran Member
    Join Date: Apr 2011
    Old 06-16-2015 , 10:23   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #4

    Quote:
    Originally Posted by Dr. Api View Post
    k.. back to old show damage plugin
    asdfxD is offline
    Lannister
    Veteran Member
    Join Date: Apr 2015
    Old 06-16-2015 , 12:49   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #5

    You keep releasing them eh, simply amazing, i really like your work! now is when you release that shield and katana plugin!
    Lannister is offline
    MyDirtyAnus
    New Member
    Join Date: Oct 2014
    Old 06-16-2015 , 13:16   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #6

    Can you add a option for players to disable this in !settings?
    MyDirtyAnus is offline
    Dr. Api
    BANNED
    Join Date: Mar 2015
    Location: France
    Old 06-16-2015 , 13:32   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #7

    Quote:
    Originally Posted by MyDirtyAnus View Post
    Can you add a option for players to disable this in !settings?
    Yes I can.
    Dr. Api is offline
    Dr. Api
    BANNED
    Join Date: Mar 2015
    Location: France
    Old 06-16-2015 , 13:55   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #8

    V1.0.1
    -Added clients preferences.
    -Added some translations sentences.
    Dr. Api is offline
    MyDirtyAnus
    New Member
    Join Date: Oct 2014
    Old 06-16-2015 , 14:16   Re: [CS:GO] - Show Damage | Armor | Victims
    Reply With Quote #9

    Thanks :-)
    MyDirtyAnus is offline
    iGANGNAM
    AlliedModders Donor
    Join Date: Sep 2012
    Location: Lithuania
    Old 06-19-2015 , 05:31   Re: [CS:GO] - ☇ Show Damage | Armor | Victims
    Reply With Quote #10

    Can you add flag only?
    iGANGNAM is offline
    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 09:48.


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