Burgershot
[Filterscript] Custom Player Nametags (with HP/armor bars) - Printable Version

+- Burgershot (https://www.burgershot.gg)
+-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3)
+--- Forum: Releases (https://www.burgershot.gg/forumdisplay.php?fid=13)
+---- Forum: Filterscripts (https://www.burgershot.gg/forumdisplay.php?fid=30)
+---- Thread: [Filterscript] Custom Player Nametags (with HP/armor bars) (/showthread.php?tid=113)



Custom Player Nametags (with HP/armor bars) - nize - 2019-04-14

CUSTOM PLAYER NAMETAGS
[Image: bOfj8mU.png][Image: OzHy5Ul.png]

This filterscript prevents the famous cleo nametag wallhacks and FakeNick hacks(for fake screenshots/complaints), however this will not affect s0beit nametags

New Include Version(edited by Bork): GitHub
Old Filterscript Version: Pastebin

NOTE:
  • If you're using the filterscript version, make sure to disable the default nametags in your gamemode!
    Place this under OnGameModeInit (no longer needed in the include version)
    Code:
    ShowNameTags(0);

  • The dot characters don't work well with UTF-8.
    So if you ever encounter this bug
    [Image: i9R2rvy.png]
    Just use another encoding method in your text editor/IDE (ANSI works for me)
    >> https://imgur.com/a/elRv1gn



RE: Custom Player Nametags (with HP/armor bars) - klays - 2019-04-14

i don't like this, but god work, congrats.


RE: Custom Player Nametags (with HP/armor bars) - Bork - 2019-04-15

I have updated this, put it on GitHub and removed foreach as a dependency.
I will be more than happy to add you as a contributor to the repository if you wish to continue updating this include.
For anyone looking for a simpler solution, check out my nametags.inc.


RE: Custom Player Nametags (with HP/armor bars) - James - 2019-04-15

I will test it when have a time. It's great.


RE: Custom Player Nametags (with HP/armor bars) - nize - 2019-04-15

(2019-04-15, 08:21 AM)Bork Wrote: I have updated this, put it on GitHub and removed foreach as a dependency.
I will be more than happy to add you as a contributor to the repository if you wish to continue updating this include.
For anyone looking for a simpler solution, check out my nametags.inc.

Great! I've edited the post with your repository link in it. My GitHub username is Nyzenic if you need it.
Thanks.


RE: Custom Player Nametags (with HP/armor bars) - Bork - 2019-04-15

(2019-04-15, 09:39 AM)Nyze Wrote:
(2019-04-15, 08:21 AM)Bork Wrote: I have updated this, put it on GitHub and removed foreach as a dependency.
I will be more than happy to add you as a contributor to the repository if you wish to continue updating this include.
For anyone looking for a simpler solution, check out my nametags.inc.

Great! I've edited the post with your repository link in it. My GitHub username is Nyzenic if you need it.
Thanks.

I've added you as a collaborator. If you accept the link I sent to your inbox you should then be able to clone the repository and push/pull as you wish. :)


RE: Custom Player Nametags (with HP/armor bars) - Salesman - 2019-04-16

Thanks for adding this, will use it.


RE: Custom Player Nametags (with HP/armor bars) - imontash - 2019-04-16

Nice. i test it in a dayz gamemode.


RE: Custom Player Nametags (with HP/armor bars) - Bork - 2019-05-03

https://github.com/infin1tyy/customplayernametags

sampctl support added.


RE: Custom Player Nametags (with HP/armor bars) - Awide - 2020-10-29

My brother's friend told me this wouldn't work against cleo nametags.


RE: Custom Player Nametags (with HP/armor bars) - Snow - 2020-10-29

This looks dope. Good work!


RE: Custom Player Nametags (with HP/armor bars) - Kwarde - 2020-10-30

(2019-04-15, 09:43 AM)Bork Wrote: I've added you as a collaborator. If you accept the link I sent to your inbox you should then be able to clone the repository and push/pull as you wish. :)

Everyone should be able to create forks and work from there (on their own account/repository), from where they then can create pull requests that you then can evaluate and merge to the project's repository.


RE: Custom Player Nametags (with HP/armor bars) - Expert* - 2020-10-30

"This filterscript prevents the famous cleo nametag wallhacks and FakeNick hacks". Nop, old news. ( unless u mean some old cleo that was heavily used back in the day )

Naisu work btw.


RE: Custom Player Nametags (with HP/armor bars) - ByHgGlryz - 2021-01-25

Good 😎


RE: Custom Player Nametags (with HP/armor bars) - DaZzY - 2021-01-25

I prefer the original because when player are behind something we see the the 3dtext but the original health bar we can't see it if he is hiding Anyway good work


RE: Custom Player Nametags (with HP/armor bars) - Kameko - 2021-06-06

How can I implement this script, for +30 players, because when a server reach more than 10 players, the nametags are on other ppls.