AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Solved [req] hp bar (https://forums.alliedmods.net/showthread.php?t=300449)

duMb0. 08-17-2017 11:38

im looking for a plugin that looks like this !https://goo.gl/HaBaSw
https://goo.gl/HaBaSw

I'M LOOKING FOR A HP BAR PLUGIN LIKE THIS!
https://goo.gl/HaBaSw

Rohanlogs 08-17-2017 18:39

Re: [req] hp bar
 
https://forums.alliedmods.net/search.php ???

https://forums.alliedmods.net/showpo...94&postcount=4
https://forums.alliedmods.net/showth...=%22hud+health
https://forums.alliedmods.net/showth...ght=hud+health

.Ahlach_. 08-18-2017 06:29

Re: [req] hp bar
 
PHP Code:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>


#define PLUGIN "hp bar"
#define VERSION "1.0"
#define AUTHOR "?"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
}
public 
client_putinserver(id){
    
set_task(1.0 ,"hp_bar"id__"b")
}
public 
xx(id)
{
    if(
is_user_alive(id))
    {
    
set_hudmessage(255255255, -1.00.8706.01.1);
    
show_hudmessage(id"[ HP : %d ]",get_user_health(id))
    }



duMb0. 08-18-2017 06:46

Re: [req] hp bar
 
THANKSSSS


All times are GMT -4. The time now is 16:05.

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