SA-MP Forums Archive
[FilterScript] New 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] New HUD ! (/showthread.php?tid=611246)



New HUD ! - DarkLight - 04.07.2016

New HUD
SS


Download
Credit

Scripted By DarkLight



Re: New HUD ! - SyS - 04.07.2016

good work as always +rep and what enb are you using?


Re: New HUD ! - DarkLight - 04.07.2016

Thanks
ENB KISEKI V3


Re: New HUD ! - Yultranions - 04.07.2016

when the v2?


Re: New HUD ! - Pottus - 05.07.2016

You really messed up dude.

Код:
new Text:greyhealth[MAX_PLAYERS], Text:greyarmour[MAX_PLAYERS], Text:redhealth[MAX_PLAYERS], Text:tdarmour[MAX_PLAYERS], Text:tdmoney[MAX_PLAYERS], Text:box[MAX_PLAYERS], Text:cover[MAX_PLAYERS], Text:can1[MAX_PLAYERS], Text:can2[MAX_PLAYERS], Text:clown1[MAX_PLAYERS], Text:clown2[MAX_PLAYERS], Text:box2[MAX_PLAYERS], Text:tvcorn1[MAX_PLAYERS], Text:tvcorn2[MAX_PLAYERS], Text:tvcorn3[MAX_PLAYERS]
Use player textdraws also your OnPlayerUpdate() is out to lunch.

Код:
    TextDrawShowForPlayer(playerid,redhealth[playerid]);
    TextDrawShowForPlayer(playerid,tdarmour[playerid]);
    TextDrawShowForPlayer(playerid,box[playerid]);
    TextDrawShowForPlayer(playerid,cover[playerid]);
    TextDrawShowForPlayer(playerid,can1[playerid]);
    TextDrawShowForPlayer(playerid,can2[playerid]);
    TextDrawShowForPlayer(playerid,clown1[playerid]);
    TextDrawShowForPlayer(playerid,clown2[playerid]);
    TextDrawShowForPlayer(playerid,box2[playerid]);
    TextDrawShowForPlayer(playerid,tvcorn1[playerid]);
    TextDrawShowForPlayer(playerid,tvcorn2[playerid]);
    TextDrawShowForPlayer(playerid,tvcorn3[playerid]);
    TextDrawShowForPlayer(playerid,tvcorn4[playerid]);
    TextDrawSetString(tdmoney[playerid],string);
You only need to update events as they occur there really is no need to even use OPU for this script.

You also have no regard for resolutions you need to make different textdraws for different resolutions or at least a few variations for people to try.


Re: New HUD ! - darkdevil - 06.07.2016

GGGGGG mate


Re: New HUD ! - Shady - 06.07.2016

Simple, but it uses too much CPU.


Re: New HUD ! - Gammix - 06.07.2016

This is so ugly eww

And what are those clowns doing near health and armor ? lol


Re: New HUD ! - HydraHumza - 06.07.2016

Quote:
Originally Posted by Gammix
Посмотреть сообщение
This is so ugly eww

And what are those clowns doing near health and armor ? lol
Wishing u EID something. LEL


Re: New HUD ! - Infinity - 06.07.2016

For the love of God, fix your indentation. This is horrible...


Re: New HUD ! - Dayrion - 06.07.2016

Quote:
Originally Posted by Gammix
Посмотреть сообщение
This is so ugly eww

And what are those clowns doing near health and armor ? lol
I agree.
What the fuck is this .. ? '-'


Re: New HUD ! - Youssefree - 08.07.2016

Quote:
Originally Posted by DarkLight
View Post
New HUD
SS
It needs transparency , btw this is awesome.


Re: New HUD ! - K0P - 09.07.2016

Don\'t wana go offensive,but....its ugly


Re: New HUD ! - Markdrifter18 - 09.07.2016

It looks pretty simple, you need to work more on it. Also I don\'t like how it looks like, sorry.


Re: New HUD ! - Quinncell - 09.07.2016

Is it me, or is this hud creepy?
Good job on the effort I guess.


Re: New HUD ! - n0minal - 09.07.2016

Weird, I didn\'t like it you should have some more trainning on textdraw editor before releasing it.