Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
sdz
Senior Member
Join Date: Feb 2012
Old 04-26-2019 , 13:59   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #201

i rewrote this plugin to use newdecls and modern compiler, also removed smlib functionality for whoever wants, added a cvar and did good stuff

Code:
// This file was auto-generated by SourceMod (v1.9.0.6276)
// ConVars for plugin "killer_info_display.smx"

//The header the plugin prefaces certain messages with
// -
// Default: "{green}[Killer Info]"
kid_header "{green}[Killer Info]"

// Time in seconds after an announce about turning killer infos on/off is printed to chat, set to -1 to disable.
// -
// Default: "5"
kid_announcetime "5"

// Default client preference (0 - killer info display off, 1 - killer info display on)
// -
// Default: "1"
kid_defaultpref "1"

// Set to "meters" to show the distance in "meters" or "feet" for feet.
// -
// Default: "meters"
kid_distancetype "meters"

// Prints the killer info to the victims chat
// -
// Default: "1"
kid_printtochat "1"

// Displays the killer info to the victim as a panel
// -
// Default: "1"
kid_printtopanel "1"

// Set to 0 to disable, 1 to show the armor, 2 to show the suitpower the killer has left.
// -
// Default: "1"
kid_showarmorleft "1"

// Set to 1 to show the distance to the killer, 0 to disable.
// -
// Default: "1"
kid_showdistance "1"

// Set to 1 to show the weapon the player got killed with, 0 to disable.
// -
// Default: "1"
kid_showweapon "1"
Attached Files
File Type: zip killer_info_display_rewrite.zip (46.5 KB, 300 views)
File Type: smx killer_info_display.smx (16.6 KB, 204 views)
File Type: sp Get Plugin or Get Source (killer_info_display.sp - 217 views - 11.9 KB)

Last edited by sdz; 04-28-2019 at 09:02.
sdz is offline
Cruze
Veteran Member
Join Date: May 2017
Old 04-26-2019 , 21:55   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #202

Quote:
Originally Posted by sdz View Post
i rewrote this plugin to use newdecls and modern compiler, also removed smlib functionality for whoever wants, added a cvar and did good stuff
Good job!

Code:
kid_header "{green}[Killer Info]"
__________________
Taking paid private requests! Contact me
Cruze is offline
StanVanDam
Junior Member
Join Date: Jan 2014
Old 06-08-2019 , 22:25   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #203

Quote:
Originally Posted by sdz View Post
i rewrote this plugin to use newdecls and modern compiler, also removed smlib functionality for whoever wants, added a cvar and did good stuff
Do you need both smx files in the plugins folder? Seems to generate 2 near-identical config files. Is your zipfile correct?
StanVanDam is offline
`666
AlliedModders Donor
Join Date: Jan 2006
Old 06-09-2019 , 03:29   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #204

Quote:
Originally Posted by sdz View Post
i rewrote this plugin to use newdecls and modern compiler, also removed smlib functionality for whoever wants, added a cvar and did good stuff
Thank you
`666 is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 06-26-2019 , 07:52   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #205

Quote:
Originally Posted by StanVanDam View Post
Do you need both smx files in the plugins folder? Seems to generate 2 near-identical config files. Is your zipfile correct?
same question
__________________
PEACE FROM MOLDOVA
eliteroyal is offline
eliteroyal
AlliedModders Donor
Join Date: Dec 2016
Location: Moldova
Old 04-17-2020 , 14:08   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #206

[Killer Info] 3EFF3ESzilaaardka. killed you with 3EFF3Eawp at a distance of 3EFF3E15.0 meters and has 3EFF3E100 health left

csgo, sm 1.11
__________________
PEACE FROM MOLDOVA
eliteroyal is offline
SnapoRaz
New Member
Join Date: Oct 2020
Location: Italy
Old 10-29-2020 , 17:51   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #207

Cannot activate the plugin got this error:
L 10/29/2020 - 22:494: [SM] Exception reported: Language phrase "name" not found (arg 6)
L 10/29/2020 - 22:494: [SM] Blaming: killer_info_display.smx
L 10/29/2020 - 22:494: [SM] Call stack trace:
L 10/29/2020 - 22:494: [SM] [0] Format
L 10/29/2020 - 22:494: [SM] [1] Line 121, killer_info_display.sp::OnPluginStart
L 10/29/2020 - 22:494: [SM] Unable to load plugin "killer_info_display.smx": Error detected in plugin startup (see error logs)

Any idea?
SnapoRaz is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 10-29-2020 , 21:42   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #208

Quote:
Originally Posted by SnapoRaz View Post
Cannot activate the plugin got this error:
L 10/29/2020 - 22:494: [SM] Exception reported: Language phrase "name" not found (arg 6)
L 10/29/2020 - 22:494: [SM] Blaming: killer_info_display.smx
L 10/29/2020 - 22:494: [SM] Call stack trace:
L 10/29/2020 - 22:494: [SM] [0] Format
L 10/29/2020 - 22:494: [SM] [1] Line 121, killer_info_display.sp::OnPluginStart
L 10/29/2020 - 22:494: [SM] Unable to load plugin "killer_info_display.smx": Error detected in plugin startup (see error logs)

Any idea?
Did you install the translation file?
__________________
Psyk0tik is offline
Maxim1993
New Member
Join Date: Jun 2022
Location: Кие
Old 04-15-2023 , 09:39   Re: Killer info display 1.4.1 (health, weapon, distance, works for all games)
Reply With Quote #209

error found when typing command !killerinfo a letter appears {N} a letter appears a letter appears. can you fix it somehow?
https://ibb.co/BN8zjLK

Last edited by Maxim1993; 04-15-2023 at 09:46.
Maxim1993 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 06:54.


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