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

Health Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-24-2017 , 08:02   Re: Health Plugin
Reply With Quote #11

If you saw it in a server, the server probably messed with the client's files.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
PurposeLessx
Senior Member
Join Date: Jun 2017
Old 06-24-2017 , 10:07   Re: Health Plugin
Reply With Quote #12

Quote:
Originally Posted by OciXCrom View Post
If you saw it in a server, the server probably messed with the client's files.
So, Couldn't I change it with amxx? It should be showing healths more than 255. I'd like just it.
I think it can change. And you can do it. I believe everyone being here.
PurposeLessx is offline
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 06-24-2017 , 10:14   Re: Health Plugin
Reply With Quote #13

Quote:
Originally Posted by OciXCrom View Post
If you saw it in a server, the server probably messed with the client's files.
and i believe that's working only on non-steam.
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
PurposeLessx
Senior Member
Join Date: Jun 2017
Old 06-24-2017 , 10:25   Re: Health Plugin
Reply With Quote #14

Quote:
and i believe that's working only on non-steam.
Oh my gosh! If it is as you say, I can not use this plugin.
So do you make a plugin as that.

This plugin will hide just health hud. And We are gonna create new hudmessage as health exactly.
This hud will show all health of persons. Please be tryna help me.
PurposeLessx is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-24-2017 , 10:28   Re: Health Plugin
Reply With Quote #15

How are you going to create a HUD message with that font?! For the last time - it's not possible without going against the rules and f*cking with players' games.
__________________

Last edited by OciXCrom; 06-24-2017 at 10:28.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
PurposeLessx
Senior Member
Join Date: Jun 2017
Old 06-24-2017 , 10:44   Re: Health Plugin
Reply With Quote #16

Quote:
How are you going to create a HUD message with that font?! For the last time - it's not possible without going against the rules and f*cking with players' games.
What the what? Dude, I just want a plugin that hide health hud, right? This plugin will just hide health hud. I will try to make a plugin about creating new hudmessage.

Please be kind while helping new person in the forum and please do not use f words.
Best regards
PurposeLessx is offline
PurposeLessx
Senior Member
Join Date: Jun 2017
Old 06-24-2017 , 11:17   Re: Health Plugin
Reply With Quote #17

What is wrong with this plugin?
If I have healths more than 255, My health is being "0". Help plz
And doesn't show my real health

PHP Code:
#include <amxmodx>
#include <fakemeta>


public plugin_init() {
    
register_plugin("Show Real Health""1.0""PurposeLess")

    
register_message(get_user_msgid("Health"), "Message_Health");
}

public 
Message_Health(msgidmsgdestid)
{
    static 
health
    health 
get_msg_arg_int(1)

    if(
health 255)
        return

    
set_msg_arg_int(1get_msg_argtype(1), pev(idpev_health))
    
//set_msg_arg_int(1, ARG_BYTE, pev(id, pev_health))


Last edited by PurposeLessx; 06-24-2017 at 11:19.
PurposeLessx is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 06-24-2017 , 11:20   Re: Health Plugin
Reply With Quote #18

Why do you think noone try make this before?
__________________








CrazY. is offline
PurposeLessx
Senior Member
Join Date: Jun 2017
Old 06-24-2017 , 11:26   Re: Health Plugin
Reply With Quote #19

Quote:
Why do you think noone try make this before?
I guess you tried that. But really, I need this plugin.
How can I do it as I want. How can I set this health?
PurposeLessx is offline
DeMNiX
Veteran Member
Join Date: Nov 2011
Location: Russia
Old 06-24-2017 , 11:58   Re: Health Plugin
Reply With Quote #20

@purposeLessx, can you send me server's ip by personal message?
__________________
My channel with test codes
https://www.youtube.com/user/demnix03

Zombie Riot [Scenario & bots-zombie 11.11.2023]
https://youtu.be/8ZZan-aq2sc
DeMNiX 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 02:47.


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