Author Topic: HUD off  (Read 2691 times)

Romop5

  • Jr. Member
  • **
  • Posts: 83
  • Karma: +2/-1
  • A student of university and creator of LHMP.
    • View Profile
    • LHMP
HUD off
« on: October 30, 2010, 03:44:30 pm »
please, how can i deactivate HUD (police starts, time) ?

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: HUD off
« Reply #1 on: October 30, 2010, 04:02:22 pm »
Scripting ;D
This is from the (very very cool) speedo by Juppi:
Code: [Select]
// When the speedo is enabled, disable GTA HUD stuff except for the radar
SetHUDItemEnabled( HUD_ARMOUR, false );
SetHUDItemEnabled( HUD_CLOCK, false );
SetHUDItemEnabled( HUD_HEALTH, false );
SetHUDItemEnabled( HUD_MONEY, false );
SetHUDItemEnabled( HUD_WANTED, false );
SetHUDItemEnabled( HUD_WEAPON, false );

Romop5

  • Jr. Member
  • **
  • Posts: 83
  • Karma: +2/-1
  • A student of university and creator of LHMP.
    • View Profile
    • LHMP
Re: HUD off
« Reply #2 on: October 30, 2010, 04:08:35 pm »
thx, i can't found this func in wiki, but it works :)

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: HUD off
« Reply #3 on: October 30, 2010, 08:42:37 pm »
This will be reported bi be bi because it beat there is a wiki and when there are not all the functions it is not good but it is the law Developers
We said don't spam or make useless posts!!!

 

© Liberty Unleashed Team.