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

Killer info display 1.4.1 (health, weapon, distance, works for all games)


Post New Thread Reply   
 
Thread Tools Display Modes
Sheepdude
SourceMod Donor
Join Date: Aug 2012
Location: Chicago
Old 01-29-2013 , 20:41   Re: Killer info display 1.4.0 (health, weapon, distance, works for all games)
Reply With Quote #171

Quote:
Originally Posted by berni View Post
The attached plugin should work for CS:GO.
Thanks berni, was waiting on this. =)
__________________

Last edited by Sheepdude; 01-29-2013 at 20:42.
Sheepdude is offline
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 01-30-2013 , 18:39   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #172

New version released

Date: 31.01.2013
Version: 1.4.1
  • CS:GO protobuf support: Recompiled the plugin with the latest smlib code from GIT
  • Added code to not let the plugin fail to load on older sourcemod versions (< 1.5)
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline
Mysteria
Member
Join Date: Aug 2010
Old 02-01-2013 , 12:13   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #173

Thank you for update.
Mysteria is offline
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 02-01-2013 , 13:48   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #174

Quote:
Originally Posted by Mysteria View Post
Thank you for update.
Thank you for thanking
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0
berni is offline
Mysteria
Member
Join Date: Aug 2010
Old 02-02-2013 , 09:21   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #175

No problem man.
I have about 20 plugins what I am using almost on all my servers and this one is one of them.
So I am glad that you update it really fast.
Mysteria is offline
eric0279
AlliedModders Donor
Join Date: May 2007
Old 02-03-2013 , 07:26   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #176

Hello,


the information is not correct for L4D2...


in infected, it appears that I killed Zoey (a bot), while the opposite happens lol
eric0279 is offline
thenumb3rguy
Senior Member
Join Date: Oct 2012
Location: Hong Kong
Old 02-20-2013 , 06:44   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #177

colors no longer working in csgo!
__________________
Founder of Hours Played, Inc.

http://steamcommunity.com/id/botarnold

Last edited by thenumb3rguy; 02-20-2013 at 06:44.
thenumb3rguy is offline
ZuCChiNi
Junior Member
Join Date: Apr 2012
Location: Turkey
Old 02-26-2013 , 16:05   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #178

tr-TR

Code:
"Phrases"
{
    "name"
    {
        "tr"        "Katil Bilgi Ekranı"
    }

    "chat_basic"
    {

        "tr"        "{teamcolor}{1} {olive}seni öldürdü{2}{olive}{3} and has {green}{4} {olive}health{5} {olive}left"
    }

    "chat_weapon"
    {

        "tr"        "Silah: {green}{1} {default}, "
    }

    "chat_distance"
    {

        "tr"        "Mesafe: {green}{1} {olive}{2}, "
    }

    "chat_armor"
    {

        "tr"        "ve {green}{1} {olive}{2}"
    }

    "panel_killer"
    {
        
        "tr"        "Seni Öldüren: {1}, "
    }

    "panel_weapon"
    {
        
        "tr"        "Silah:    {1}"
    }

    "panel_health"
    {
        
        "tr"        "Sağlık:    {1} kaldı"
    }

    "panel_armor"
    {
        
        "tr"        "{1}:    {2} kaldı"
    }

    "panel_distance"
    {
        
        "tr"        "Mesafe:    {1} {2}"
    }

    "armor"
    {
        "tr"        "Zırh"
    }

    "suitpower"
    {
        "tr"        "Suitpower"
    }

    "dominated"
    {
        
        "tr"        "{1} dominated !"
    }

    "revenge"
    {
        
        "tr"        "{1} intikam aldı !"
    }

    "meters"
    {
        "tr"        "metre"
    }

    "feet"
    {
        "tr"        "ayak"
    }

    "announcement"
    {
        "tr"        "Katil Bilgi Ekranını açıp-kapatmak için mesaj alanına {blue}!settings {default} ya da {blue}!killerinfo {default}yazın."
    }

    "kid_enabled"
    {
        "tr"        "Seni öldüren oyuncu hakkındaki bilgileri göreceksin."
    }

    "kid_disabled"
    {
        "tr"        "Seni öldüren oyuncu hakkındaki bilgileri görmeyeceksin."
    }

    "enabled"
    {
        "tr"        "Devrede "
    }

    "disabled"
    {
        "tr"        "Devre dışı"
    }
}
ZuCChiNi is offline
Send a message via ICQ to ZuCChiNi Send a message via AIM to ZuCChiNi Send a message via MSN to ZuCChiNi Send a message via Yahoo to ZuCChiNi Send a message via Skype™ to ZuCChiNi
berni
SourceMod Plugin Approver
Join Date: May 2007
Location: Austria
Old 02-26-2013 , 16:37   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #179

This color syntax doesn't work anymore since version 1.4.1,
please rewrite this with the smlib color codes, thanks.
English example
__________________
Why reinvent the wheel ? Download smlib with over 350 useful functions.

When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter than "Yes"
powered by Core i7 3770k | 32GB DDR3 1886Mhz | 2x Vertex4 SSD Raid0

Last edited by berni; 02-26-2013 at 16:38.
berni is offline
ss2miraitrunks
Senior Member
Join Date: Dec 2005
Old 02-27-2013 , 01:51   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #180

i like this plugin, but theres something really wrong with it.

it crashes me server crazy

update: actually it might be hlstats that is crashing my server
__________________



Last edited by ss2miraitrunks; 02-27-2013 at 02:12.
ss2miraitrunks 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:09.


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