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

Server plugin/script to display damage like ESEA?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
HeaDbIKBaT
Junior Member
Join Date: Dec 2008
Location: USA, Florida, Destin
Old 09-27-2016 , 05:53   Server plugin/script to display damage like ESEA?
Reply With Quote #1

I'm basically trying to set up my own server where the damage is output at the end of the round just like on ESEA. I've searched here but wasn't able to find anything. Anyone can help achieve this?

This is what it looks like.

HeaDbIKBaT is offline
Send a message via ICQ to HeaDbIKBaT
ElleVen
AlliedModders Donor
Join Date: May 2016
Location: Italy, Milan
Old 09-27-2016 , 10:22   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #2

i got you man, here is how https://forums.alliedmods.net/showthread.php?t=281898 .

Just playing arround!

I think this is what you where searching for : https://github.com/stickz/Redstone/b.../showdamage.sp
__________________
ElleVen is offline
HeaDbIKBaT
Junior Member
Join Date: Dec 2008
Location: USA, Florida, Destin
Old 09-28-2016 , 16:50   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #3

Was able to compile it but it didn't work. Just continuous errors in console.
HeaDbIKBaT is offline
Send a message via ICQ to HeaDbIKBaT
headline
SourceMod Moderator
Join Date: Mar 2015
Old 09-28-2016 , 18:01   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #4

Quote:
Originally Posted by HeaDbIKBaT View Post
Was able to compile it but it didn't work. Just continuous errors in console.
Can you show us what those errors are...
headline is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 09-28-2016 , 19:51   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #5

Alternatively: https://github.com/splewis/sm-misc/b...damageprint.sp
__________________
splewis is offline
HeaDbIKBaT
Junior Member
Join Date: Dec 2008
Location: USA, Florida, Destin
Old 09-29-2016 , 00:59   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #6

Quote:
Originally Posted by Headline View Post
Can you show us what those errors are...
Code:
L 09/28/2016 - 15:20:18: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 09/28/2016 - 15:20:18: [SM] Native "PrintCenterText" reported: Language phrase "CenterText Damage Text" not found
L 09/28/2016 - 15:20:18: [SM] Displaying call stack trace for plugin "file.smx":
L 09/28/2016 - 15:20:18: [SM]   [0]  Line 111, file.sp::ShowDamage()
L 09/28/2016 - 15:20:25: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 09/28/2016 - 15:20:25: [SM] Native "PrintCenterText" reported: Language phrase "CenterText Damage Text" not found
L 09/28/2016 - 15:20:25: [SM] Displaying call stack trace for plugin "file.smx":
L 09/28/2016 - 15:20:25: [SM]   [0]  Line 111, file.sp::ShowDamage()
L 09/28/2016 - 15:20:25: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 09/28/2016 - 15:20:25: [SM] Native "PrintCenterText" reported: Language phrase "CenterText Damage Text" not found
L 09/28/2016 - 15:20:25: [SM] Displaying call stack trace for plugin "file.smx":
L 09/28/2016 - 15:20:25: [SM]   [0]  Line 111, file.sp::ShowDamage()
L 09/28/2016 - 15:20:29: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 09/28/2016 - 15:20:29: [SM] Native "PrintCenterText" reported: Language phrase "CenterText Damage Text" not found
L 09/28/2016 - 15:20:29: [SM] Displaying call stack trace for plugin "file.smx":
L 09/28/2016 - 15:20:29: [SM]   [0]  Line 111, file.sp::ShowDamage()
L 09/28/2016 - 15:21:12: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 09/28/2016 - 15:21:12: [SM] Native "PrintCenterText" reported: Language phrase "CenterText Damage Text" not found
L 09/28/2016 - 15:21:12: [SM] Displaying call stack trace for plugin "file.smx":
L 09/28/2016 - 15:21:12: [SM]   [0]  Line 111, file.sp::ShowDamage()
edit:: now that I look at it I think I haven't compiled it correct. I never compiled code from a repository like this before, so I think I actually needed to download more than 2 files to do it (I'm actually not even sure how to download code, I'm just copy pasting text). How do you actually download the whole repository?

Last edited by HeaDbIKBaT; 09-29-2016 at 01:03.
HeaDbIKBaT is offline
Send a message via ICQ to HeaDbIKBaT
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 09-29-2016 , 01:13   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #7

The errors indicate the translation files are missing. The plugin doesn't need to be recompiled based on these errors.
__________________
Neuro Toxin is offline
HeaDbIKBaT
Junior Member
Join Date: Dec 2008
Location: USA, Florida, Destin
Old 09-29-2016 , 01:15   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #8

Quote:
Originally Posted by Neuro Toxin View Post
The errors indicate the translation files are missing. The plugin doesn't need to be recompiled based on these errors.
Ok so you're basically saying it's not functional?
HeaDbIKBaT is offline
Send a message via ICQ to HeaDbIKBaT
HeaDbIKBaT
Junior Member
Join Date: Dec 2008
Location: USA, Florida, Destin
Old 09-29-2016 , 01:24   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #9

Quote:
Originally Posted by splewis View Post
This is working perfectly! Thanks a lot for this.

We can consider this thread solved.

Last edited by HeaDbIKBaT; 09-29-2016 at 01:24.
HeaDbIKBaT is offline
Send a message via ICQ to HeaDbIKBaT
tchow
New Member
Join Date: Nov 2020
Old 11-23-2020 , 22:27   Re: Server plugin/script to display damage like ESEA?
Reply With Quote #10

Quote:
Originally Posted by splewis View Post
do u know how i can put collors? not only red and green but white/default too?
tchow 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 04:00.


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