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

[Req] I need a script that removes the HUD of the money and timer


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Giass
Member
Join Date: Aug 2011
Location: {Israel}
Old 12-27-2015 , 12:35   [Req] I need a script that removes the HUD of the money and timer
Reply With Quote #1

As the title says,
If you can gimme iil be very happy!
__________________
All you need is carb
Giass is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 12-27-2015 , 12:49   Re: [Req] I need a script that removes the HUD of the money and timer
Reply With Quote #2

Search "Hud Customizer".
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
Giass
Member
Join Date: Aug 2011
Location: {Israel}
Old 12-27-2015 , 13:02   Re: [Req] I need a script that removes the HUD of the money and timer
Reply With Quote #3

Quote:
Originally Posted by wickedd View Post
Search "Hud Customizer".
I want it as standalone script and not mod
__________________
All you need is carb
Giass is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 12-27-2015 , 13:29   Re: [Req] I need a script that removes the HUD of the money and timer
Reply With Quote #4

What?
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
BARRY.
Junior Member
Join Date: Aug 2013
Old 12-27-2015 , 19:51   Re: [Req] I need a script that removes the HUD of the money and timer
Reply With Quote #5

Hey Giass, here is your requested script.

Cheers.

PHP Code:
#include <amxmodx>

/*
    1   (1<<0)  -  crosshair, ammo, weapons list
    2   (1<<1)  -  flashlight, +
    4   (1<<2)  -  ALL
    8   (1<<3)  -  radar, health, armor, +
    16   (1<<4)  -  timer, +
    32   (1<<5)  -  money, +
    64   (1<<6)  -  crosshair
    128   (1<<7)  -  +
    
    Symbol + mean that an additional crosshair will be drawn. That crosshair looks exactly like the one from Crosshair message.
*/

const HIDE_ELEMENTS = (1<<4)|(1<<5)

new 
g_msgHideWeapon
new g_msgCrosshair

public plugin_init()
{
    
register_plugin
    
(
        .
plugin_name     "Hide Money and Timer",
        .
version        "1.0",
        .
author         "Giass"
    
)

    
register_event"ResetHUD""Event_ResetHUD""be" )
     
    
g_msgHideWeapon    get_user_msgid"HideWeapon" )
    
g_msgCrosshair    get_user_msgid"Crosshair" )


public 
Event_ResetHUDid 
{
    if( !
is_user_botid ) )
    {
        
message_beginMSG_ONE_UNRELIABLEg_msgHideWeapon_id )
        
write_byteHIDE_ELEMENTS )
        
message_end()
         
        
message_beginMSG_ONE_UNRELIABLEg_msgCrosshair_id )
        
write_byte)
        
message_end()
    } 

Attached Files
File Type: sma Get Plugin or Get Source (hidehud.sma - 476 views - 1.1 KB)
BARRY. is offline
Giass
Member
Join Date: Aug 2011
Location: {Israel}
Old 12-28-2015 , 03:40   Re: [Req] I need a script that removes the HUD of the money and timer
Reply With Quote #6

Quote:
.author = "Giass"
>>

Quote:
.author = "Barry"
Thanks! ;)
__________________
All you need is carb

Last edited by Giass; 12-28-2015 at 03:44.
Giass 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 12:06.


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