SA-MP Forums Archive
Disable orginal SanAndreas HUD - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Disable orginal SanAndreas HUD (/showthread.php?tid=512901)



Disable orginal SanAndreas HUD - zalix111 - 13.05.2014

hello guys.

First of all, i am not very good in english. I'm sorry for that.

It's possible to disable orginal HUD? not hide with textdraw, but absolutly disable.


Thank you all.


Adam.


Re: Disable orginal SanAndreas HUD - ball - 13.05.2014

- SetPlayerDrunkLevel
- TogglePlayerSpectating
- SelectTextDraw
- F7 button
- Special action 'dancing'


Re: Disable orginal SanAndreas HUD - zalix111 - 13.05.2014

Thank you bro. I will test it for my self.

Any more ideas guys? :X


Re: Disable orginal SanAndreas HUD - Konstantinos - 13.05.2014

There is a function in YSF plugin:
pawn Код:
native SetPlayerWidescreen(playerid, bool:set); // Try this, if you want to hide HUD.
So I guess it will hide the HUD as it was written in the comment (posted by kurta999).


Re: Disable orginal SanAndreas HUD - zalix111 - 13.05.2014

I think good idea is - TogglePlayerSpectating .

But i will try your method bro!

Thank you.