AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] - ☇ Show Damage | Armor | Victims (https://forums.alliedmods.net/showthread.php?t=264427)

Dr. Api 06-16-2015 04:56

[CS:GO] - ☇ Show Damage | Armor | Victims
 
5 Attachment(s)
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.

http://img11.hostingpics.net/pics/543638831.jpg
http://img11.hostingpics.net/pics/554264512.jpg

Multiple kills.

http://img11.hostingpics.net/pics/231229183.jpg

Grenade.

http://img11.hostingpics.net/pics/745105174.jpg

Molotov.

http://img11.hostingpics.net/pics/661224395.jpg

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

asdfxD 06-16-2015 09:45

Re: [CS:GO] - Show Damage | Armor | Victims
 
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.) :)

Dr. Api 06-16-2015 10:22

Re: [CS:GO] - Show Damage | Armor | Victims
 
Quote:

Originally Posted by asdfxD (Post 2308471)
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

asdfxD 06-16-2015 10:23

Re: [CS:GO] - Show Damage | Armor | Victims
 
Quote:

Originally Posted by Dr. Api (Post 2308485)

k.. back to old show damage plugin :D

Lannister 06-16-2015 12:49

Re: [CS:GO] - Show Damage | Armor | Victims
 
You keep releasing them eh, simply amazing, i really like your work! now is when you release that shield and katana plugin! :D

MyDirtyAnus 06-16-2015 13:16

Re: [CS:GO] - Show Damage | Armor | Victims
 
Can you add a option for players to disable this in !settings?

Dr. Api 06-16-2015 13:32

Re: [CS:GO] - Show Damage | Armor | Victims
 
Quote:

Originally Posted by MyDirtyAnus (Post 2308567)
Can you add a option for players to disable this in !settings?

Yes I can.

Dr. Api 06-16-2015 13:55

Re: [CS:GO] - Show Damage | Armor | Victims
 
V1.0.1
-Added clients preferences.
-Added some translations sentences.

MyDirtyAnus 06-16-2015 14:16

Re: [CS:GO] - Show Damage | Armor | Victims
 
Thanks :-)

iGANGNAM 06-19-2015 05:31

Re: [CS:GO] - ☇ Show Damage | Armor | Victims
 
Can you add flag only?


All times are GMT -4. The time now is 04:53.

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