Raised This Month: $ Target: $400
 0% 

Dont show HUD


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ComedyShotsGamer
Senior Member
Join Date: Mar 2016
Old 11-20-2017 , 05:27   Dont show HUD
Reply With Quote #1

PHP Code:
public PlayerInformation(id)
{
    if(
PlayerInformationB[id])
    {
        if(
is_user_alive(id))
        {
            new 
Health get_user_health(id);
            new 
Armor  get_user_armor(id);
            
            switch(
cs_get_user_team(id))
            {
                case 
CS_TEAM_T:
                {
                    
set_dhudmessage(255000.270.8706.01.0)
                    
show_dhudmessage(id"Class: Prisoner | Health: %i | Armor: %i | Dollars: %i"HealthArmorDollars[id]);
                }
                case 
CS_TEAM_CT:
                {
                    
set_dhudmessage(002180.270.8706.01.0)
                    
show_dhudmessage(id"Class: Guard | Health: %i | Armor: %i | Dollars: %i"HealthArmorDollars[id]);
                }
            }
        }
    }

How to disable the dhudmessage?
ComedyShotsGamer is offline
 



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 03:38.


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