Raised This Month: $ Target: $400
 0% 

Delete HUD


Post New Thread Reply   
 
Thread Tools Display Modes
Hunter-Digital
Veteran Member
Join Date: Aug 2006
Location: In the Game [ro]
Old 05-10-2009 , 08:03   Re: Delete HUD
Reply With Quote #11

HideWeapon event hides stuff in the HUD, use (1<<5) to hdie money, or (1<<4) to hide timer, or you can hide both, but you can not hide those that are in the same list (meaning ONLY radar or ONLY HP, you can do it by hiding all three) with this...

Money event updates the player's money count, doesn't hide it or anyting

Use the codes provided by xPaw... his code hides radar, health, armor and money, you can delete "1<<3" to hide only money

Also the hiding stuff that have a + in that list adds a little crosshair (the Aug/SG-552's when zoomed), he also added the Crosshair event to remove that crosshair, that doesn't remove the player's green crosshair however ! just so you know
__________________

Last edited by Hunter-Digital; 05-10-2009 at 08:06.
Hunter-Digital is offline
TitANious
Veteran Member
Join Date: Feb 2009
Location: Denmark
Old 05-10-2009 , 08:05   Re: Delete HUD
Reply With Quote #12

Thanks
@Hunter-Digital, well i could see that myself
__________________
I dislike this.

"A sneeze never comes alone!" <-- Important to remember.
TitANious is offline
Send a message via MSN to TitANious
Hunter-Digital
Veteran Member
Join Date: Aug 2006
Location: In the Game [ro]
Old 05-10-2009 , 08:09   Re: Delete HUD
Reply With Quote #13

Quote:
Originally Posted by TitANious View Post
I guess this wouldnt work..
PHP Code:
public client_putinserver(id)
{
    (
1<<3)

Quote:
Originally Posted by TitANious View Post
Really most i want to use xPaws because its only using one include, well is that good enough then?
PHP Code:
public eResetHUDid 
{
    if( !
is_user_botid ) ) 
    {
    
message_beginMSG_ALLget_user_msgid"HideWeapon" ), _id );
    
write_byte( ( << ) );
    
message_end();
 
    
message_beginMSG_ALLget_user_msgid"Money" ), _id);
    
write_byte( ( << ) );
    
message_end();
 
 
    
message_beginMSG_ALLget_user_msgid"Crosshair" ), _id );
    
write_byte);
    
message_end();
    }

Why dont it work?.. I want to delete money HUD
those two posts proves that you have no ideea what you are doing I was just explaining what you did wrong there
__________________
Hunter-Digital is offline
TitANious
Veteran Member
Join Date: Feb 2009
Location: Denmark
Old 05-10-2009 , 08:12   Re: Delete HUD
Reply With Quote #14

Oh, well after xPaw did the secund one i was sure! Thanks for trying anyway Hunter
__________________
I dislike this.

"A sneeze never comes alone!" <-- Important to remember.
TitANious is offline
Send a message via MSN to TitANious
sabrioz
Senior Member
Join Date: Apr 2009
Old 05-10-2009 , 10:11   Re: Delete HUD
Reply With Quote #15

try this
in your config.cfg..find this --> hud_draw "1" and change it to hud_draw "0"
sabrioz is offline
_lol_
Senior Member
Join Date: Apr 2009
Old 05-10-2009 , 11:01   Re: Delete HUD
Reply With Quote #16

none of the codes work..lol

and the hud_draw setted to 0 hides ALL, you see nothing lol

Last edited by _lol_; 05-10-2009 at 11:06.
_lol_ is offline
TitANious
Veteran Member
Join Date: Feb 2009
Location: Denmark
Old 05-10-2009 , 11:18   Re: Delete HUD
Reply With Quote #17

The codes works Or at least xPaws
__________________
I dislike this.

"A sneeze never comes alone!" <-- Important to remember.
TitANious is offline
Send a message via MSN to TitANious
AfteR.
Veteran Member
Join Date: Dec 2008
Location: λ
Old 05-10-2009 , 22:23   Re: Delete HUD
Reply With Quote #18

I try to use it with Zombie Plague but it doesn't work...

Without ZP works :S How can i make it work with zp?
AfteR. is offline
(--eRRoR--)
Senior Member
Join Date: Mar 2008
Location: Romania
Old 12-20-2010 , 21:25   Re: Delete HUD
Reply With Quote #19

Y would love to add this for mi zp server.Can it be made?
__________________
All good coders who want to help us finish the uwc3x mode are expected here.
(--eRRoR--) is offline
Send a message via Yahoo to (--eRRoR--) Send a message via Skype™ to (--eRRoR--)
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 12-21-2010 , 02:34   Re: Delete HUD
Reply With Quote #20

Use hud customizer plugin, look at last pages i made a version that uses the only method that should be used by any plugin
__________________
- tired and retired -

- my plugins -
ConnorMcLeod 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 18:58.


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