Raised This Month: $ Target: $400
 0% 

Health & Armor in Scoreboard


Post New Thread Reply   
 
Thread Tools Display Modes
STr!ker
Senior Member
Join Date: Jun 2009
Location: Germany
Old 02-11-2010 , 16:10   Re: Health & Armor in Scoreboard
Reply With Quote #41

maybe it can be release. i donīt know.... but i think: no^^
STr!ker is offline
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 03-30-2010 , 09:20   Re: Health & Armor in Scoreboard
Reply With Quote #42

Quote:
Originally Posted by Kaaba View Post
okay :S I like the plugin, but it would be much clearer with Health and Armor text
Sry, but is not possible.

Quote:
Originally Posted by CbBoii View Post
Very good and very useful.
But maybe if you did so the plugin is enabled will alive, but for other players so that if im playing and i'm looking at the scoreboard i would see my own score and for everyone else i would see their health and armor, and when a player is dead, in the scoreboard you would see the players score(the dead player). So instead of showing the hp and ap when dead you would see the score of dead players?
Just a suggestion..
Thanks for the suggestion, i will add it later.
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
fiendshard
Senior Member
Join Date: Dec 2009
Location: In Water
Old 04-06-2010 , 07:20   Re: Health & Armor in Scoreboard
Reply With Quote #43

Is it possible to make modification to this plugin to show health in a row for deaths, and kills to remain kills (unchanged)?
fiendshard is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 04-06-2010 , 09:18   Re: Health & Armor in Scoreboard
Reply With Quote #44

Quote:
Originally Posted by fiendshard View Post
Is it possible to make modification to this plugin to show health in a row for deaths, and kills to remain kills (unchanged)?
Code:
#include <amxmodx> #define PLUGIN    "Health in Deaths" #define AUTHOR    "Alucard" #define VERSION    "1.4" #define MAX_FRAGS 1000 #define SET_FRAGS 1337 enum _:ScoreInfo_Args {     PlayerID = 1,     Frags,     Deaths,     ClassID,     TeamID } new g_msgScoreInfo public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         g_msgScoreInfo = get_user_msgid("ScoreInfo")         register_message(g_msgScoreInfo, "Message_ScoreInfo")         register_event("Health", "EventHealth", "b") } public Message_ScoreInfo(iMsgId, iMsgType, iMsgEnt) {     set_msg_arg_int(Deaths, ARG_SHORT, get_user_health(get_msg_arg_int(PlayerID)) ) } Send_ScoreInfo(id, iHealth) {     if(iHealth > MAX_FRAGS)         iHealth = SET_FRAGS         message_begin(MSG_BROADCAST, g_msgScoreInfo)     write_byte(id)     write_short(get_user_frags(id))     write_short(iHealth)     write_short(0)     write_short(get_user_team(id))     message_end() } public EventHealth(id)     Send_ScoreInfo(id, read_data(1) )
__________________
xPaw is offline
fiendshard
Senior Member
Join Date: Dec 2009
Location: In Water
Old 04-06-2010 , 10:25   Re: Health & Armor in Scoreboard
Reply With Quote #45

zomg, that was quick

Thank you xPaw for your time and effort and quick reply :beer:
fiendshard is offline
fiendshard
Senior Member
Join Date: Dec 2009
Location: In Water
Old 04-06-2010 , 12:39   Re: Health & Armor in Scoreboard
Reply With Quote #46

Duh, sorry for bothering this thread again, but some thing is missing: when player is dead, he should have 0 hp (under deaths column). sorry and thank you again. Also, does somebody know how to change "Deaths" title in scoreboard either way, server-side or client-side
fiendshard is offline
pl1sk1n
New Member
Join Date: Dec 2011
Old 12-15-2011 , 08:09   Re: Health & Armor in Scoreboard
Reply With Quote #47

Could anyone make this compatible with Half-Life, I get error message "User Msg 'Scoreinfo': 9 bytes written ,expected 5"
pl1sk1n is offline
echo_cs
Senior Member
Join Date: Dec 2011
Old 12-15-2011 , 15:12   Re: Health & Armor in Scoreboard
Reply With Quote #48

Nice !!!
__________________
Pawn (5%)

C (80%)

C++ (20%)

SQL (5%)
echo_cs is offline
Br0k3nPh1LL1p
Junior Member
Join Date: Apr 2013
Location: Serbia, Belgrade
Old 08-02-2013 , 07:52   Re: Health & Armor in Scoreboard
Reply With Quote #49

Quote:
Originally Posted by pl1sk1n View Post
Could anyone make this compatible with Half-Life, I get error message "User Msg 'Scoreinfo': 9 bytes written ,expected 5"
Compile it manually, the web compiler (.amxx) is not the best solution.
Br0k3nPh1LL1p is offline
jingojang
Senior Member
Join Date: Feb 2010
Location: The Moon
Old 08-04-2013 , 08:03   Re: Health & Armor in Scoreboard
Reply With Quote #50

screens? :=)
jingojang is offline
Old 08-04-2013, 12:43
LordOfNothing
This message has been deleted by ConnorMcLeod. Reason: troll, or posting random confusing code, or posting for posts count
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 07:22.


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