• 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.

PS3 Health & Armour Display Source Code

DARKxWAVE

Active Poster
Active Member
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 :)
 
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 !
 
General chit-chat
Help Users
  • No one is chatting at the moment.


      You do not have the permission to use the chat.
      Chat Bot: Lindows has joined the room.
      Back
      Top