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

[Request] Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-11-2019 , 09:07   [Request] Plugin
Reply With Quote #1

i want this plugins guys please. i dont know name of this plugin
Hud info ?? - Player hud info ?? - I made search about those name but i didn't find it
If anyone have this plugin please give me
Demo : https://i.ibb.co/ZJ2jhfn/Untitled.png
Supremache is offline
Dragos
Senior Member
Join Date: Oct 2018
Location: Romania
Old 09-11-2019 , 14:53   Re: [Request] Plugin
Reply With Quote #2

Modifice you space

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Hud"
#define VERSION "1.0"
#define AUTHOR "Deza"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
set_task(1.0"top_info",1,"",0,"b")
}

public 
top_info(id) {
    
    new 
hp get_user_health(id)
    new 
ap get_user_armor(id)
    new 
money cs_get_user_money(id);
    
    
set_hudmessage(02552550.0, -1.006.012.0)
    
show_hudmessage(id"//*************\\^n|>| Health: %d    ^n|>| Armor: %d    ^n|>|Money: %d     ^n|>| FreeVIP 24/7^n\\************//",hp,ap,money)

__________________
sup

Last edited by Dragos; 09-11-2019 at 15:08.
Dragos is offline
Dragos
Senior Member
Join Date: Oct 2018
Location: Romania
Old 09-11-2019 , 15:07   Re: [Request] Plugin
Reply With Quote #3

https://i.imgur.com/A6snxy1.png
__________________
sup
Dragos is offline
thEsp
BANNED
Join Date: Aug 2017
Old 09-11-2019 , 15:13   Re: [Request] Plugin
Reply With Quote #4

@dragos There's no need to create a variable each second. Just pass them directly. And yeah, as Oci said, that won't work at all (for every player). Just create a loop (0 to {playersnum}) and do the main thing.

Last edited by thEsp; 09-11-2019 at 16:34.
thEsp is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 09-11-2019 , 15:19   Re: [Request] Plugin
Reply With Quote #5

Thx But Make it Down Of Map please.. and Remove Free Vip only Class and money and health


Quote:
Originally Posted by Dragos View Post
Modifice you space

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Hud"
#define VERSION "1.0"
#define AUTHOR "Deza"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
set_task(1.0"top_info",1,"",0,"b")
}

public 
top_info(id) {
    
    new 
hp get_user_health(id)
    new 
ap get_user_armor(id)
    new 
money cs_get_user_money(id);
    
    
set_hudmessage(02552550.0, -1.006.012.0)
    
show_hudmessage(id"//*************\\^n|>| Health: %d    ^n|>| Armor: %d    ^n|>|Money: %d     ^n|>| FreeVIP 24/7^n\\************//",hp,ap,money)

Supremache is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-11-2019 , 16:24   Re: [Request] Plugin
Reply With Quote #6

Down of map?!
Can't you remove them yourself? It's not that hard to figure out what you remove in 10 lines of code.
Actually, that plugin won't work properly. There is no "id" in a global event.
__________________

Last edited by OciXCrom; 09-11-2019 at 16:24.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Natsheh
Veteran Member
Join Date: Sep 2012
Old 09-12-2019 , 00:46   Re: [Request] Plugin
Reply With Quote #7

Retrieve players in an 32 cell array using Get_players and pass the array and a 1d variable to the get_players native remove param id from the function
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 09-12-2019 at 00:58.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
NooTy
Member
Join Date: Sep 2019
Old 09-16-2019 , 15:09   Re: [Request] Plugin
Reply With Quote #8

deza xd
NooTy is offline
NooTy
Member
Join Date: Sep 2019
Old 09-16-2019 , 15:14   Re: [Request] Plugin
Reply With Quote #9

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Hud"
#define VERSION "1.0"
#define AUTHOR "NooTy"


public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
set_task(1.0, "top_info",1,"",0,"b")
}

public top_info(id) {

new hp = get_user_health(id)
new ap = get_user_armor(id)
new money = cs_get_user_money(id);

set_hudmessage(0, 255, 255, 0.5, 1.6, 0, 1.0, 1.1, 0.0, 0.0, -1)
show_hudmessage(id, "//*************\\^n|>| Health: %d ^n|>| Armor: %d ^n|>|Money: %d ^n\\************//",hp,ap,money)
}
NooTy is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 09-16-2019 , 16:45   Re: [Request] Plugin
Reply With Quote #10

@NooTy - great job! You know how to change the author name. I'm sure someone out there is proud of you.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
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 01:52.


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