[PDz]Sandman Posted January 9, 2013 Share Posted January 9, 2013 Buenas A Toda la Comunidad,Quisiera Saber Como Sacar el HUD Que Viene Con el MTA El Alternativo Que Trate pero no se puede Creo Que Esta Dañado o Nose Link to comment
Xperia Posted January 9, 2013 Share Posted January 9, 2013 Añade esto en el client: function quitar ( ) showPlayerHudComponent ( "armour", false ) showPlayerHudComponent ( "health", false ) showPlayerHudComponent ( "money", false ) showPlayerHudComponent ( "clock", false ) showPlayerHudComponent ( "weapon", false ) showPlayerHudComponent ( "ammo", false) showPlayerHudComponent ( "money", false ) showPlayerHudComponent ( "wanted", false ) showPlayerHudComponent ( "radar", true ) showPlayerHudComponent ( "crosshair", true ) end addEventHandler ( "onClientPlayerSpawn", localPlayer, quitar ) Link to comment
novo Posted January 9, 2013 Share Posted January 9, 2013 function quitar() showPlayerHudComponent ( "all", false ) showPlayerHudComponent ( "radar", true ) showPlayerHudComponent ( "crosshair", true ) end addEventHandler ( "onClientPlayerSpawn", localPlayer, quitar ) Link to comment
Recommended Posts