Liberty Unleashed

Scripting => Script Help => Topic started by: Romop5 on October 30, 2010, 03:44:30 pm

Title: HUD off
Post by: Romop5 on October 30, 2010, 03:44:30 pm
please, how can i deactivate HUD (police starts, time) ?
Title: Re: HUD off
Post by: Thijn 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 );
Title: Re: HUD off
Post by: Romop5 on October 30, 2010, 04:08:35 pm
thx, i can't found this func in wiki, but it works :)
Title: Re: HUD off
Post by: Thijn 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!!!