PS3 Health & Armour Display Source Code

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

DARKxWAVE

Active Poster
Active Member
Dec 19, 2016
123
37
88
HEALTH & ARMOUR


For who wants the health & armour Draw Below the Host & Frame ... etc


void HealthDis(void){
uint Health = 0;
GET_CHAR_HEALTH(GetPlayerPed(),&Health);
Set_Up_Display(DxW_Frames_Txt_Size, 255, 0, 0,255,0,0,0);
DISPLAY_TEXT_WITH_LITERAL_STRING(0.05, 0.6950, "STRING", "Health :");
Set_Up_Display(DxW_Frames_Txt_Size, 255, 253, 0,255,0,0,0);
DISPLAY_TEXT_WITH_NUMBER(0.10, 0.6950, "NUMBR", Health);
Set_Up_Display(DxW_Frames_Txt_Size, 255, 255, 255,255,0,0,0);
}


void ArmourDis(void){
uint Armor = 0;
GET_CHAR_ARMOUR(GetPlayerPed(),&Armor);
Set_Up_Display(DxW_Frames_Txt_Size, 255, 0, 0,255,0,0,0);
DISPLAY_TEXT_WITH_LITERAL_STRING(0.05, 0.7200, "STRING", "Armour:");
Set_Up_Display(DxW_Frames_Txt_Size, 255, 255, 255,255,0,0,0);
DISPLAY_TEXT_WITH_NUMBER(0.10, 0.7200, "NUMBR", Armor);
}


Credits :

DARKxiXixWAVE


Enjoy :)
 

Miss @ Security

Avid Poster
CC Dev Team
Determined Poster
Active Member
Jul 13, 2016
1,040
576
198
HEALTH & ARMOUR


For who wants the health & armour Draw Below the Host & Frame ... etc


void HealthDis(void){
uint Health = 0;
GET_CHAR_HEALTH(GetPlayerPed(),&Health);
Set_Up_Display(DxW_Frames_Txt_Size, 255, 0, 0,255,0,0,0);
DISPLAY_TEXT_WITH_LITERAL_STRING(0.05, 0.6950, "STRING", "Health :");
Set_Up_Display(DxW_Frames_Txt_Size, 255, 253, 0,255,0,0,0);
DISPLAY_TEXT_WITH_NUMBER(0.10, 0.6950, "NUMBR", Health);
Set_Up_Display(DxW_Frames_Txt_Size, 255, 255, 255,255,0,0,0);
}


void ArmourDis(void){
uint Armor = 0;
GET_CHAR_ARMOUR(GetPlayerPed(),&Armor);
Set_Up_Display(DxW_Frames_Txt_Size, 255, 0, 0,255,0,0,0);
DISPLAY_TEXT_WITH_LITERAL_STRING(0.05, 0.7200, "STRING", "Armour:");
Set_Up_Display(DxW_Frames_Txt_Size, 255, 255, 255,255,0,0,0);
DISPLAY_TEXT_WITH_NUMBER(0.10, 0.7200, "NUMBR", Armor);
}


Credits :

DARKxiXixWAVE


Enjoy :)
nice !
 
  • Like
Reactions: DARKxWAVE
General chit-chat
Help Users
    Chat Bot: damario has joined the room.