[FilterScript] Custom Player Nametags - 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] Custom Player Nametags (
/showthread.php?tid=651314)
Re: Custom Player Nametags -
Th3Tr0piKllaz - 22.07.2018
@SeanDenZYR same
Re: Custom Player Nametags -
sonn51280 - 04.08.2018
how to back present Health/Armor CMD
Re: Custom Player Nametags -
JackDeen - 16.12.2018
Quote:
Originally Posted by Th3Tr0piKllaz
|
Dont Download it,you just need to
copy and paste the pastebin text because the "•" sometimes get bug
Re: Custom Player Nametags -
RogueDrifter - 25.12.2018
Still having same problem as the screenshot above, even after COPYING and PASTING it and NOT downloading it, it just doesn't work. Bummer.
Re: Custom Player Nametags -
Nyzenic - 25.12.2018
Quote:
Originally Posted by RogueDrifter
Still having same problem as the screenshot above, even after COPYING and PASTING it and NOT downloading it, it just doesn't work. Bummer.
|
I'm not sure what's the problem with it... Try checking the GetArmorDots or GetHealthDots function. If the dot character is already •••, try using other characters like ||| or ❚❚❚.
Edit: found out that it isn't working well with UTF-8 encoding. Try using ANSI in your text editor/IDE
https://imgur.com/a/elRv1gn
Re: Custom Player Nametags -
iorp - 25.12.2018
Custom Player Name tag is good for custom player names. Good Work
Re: Custom Player Nametags -
NikhilMeena - 25.12.2018
Good work, i gonna try this filterscript in my server
Re: Custom Player Nametags -
RogueDrifter - 25.12.2018
Quote:
Originally Posted by zerruv
I'm not sure what's the problem with it... Try checking the GetArmorDots or GetHealthDots function. If the dot character is already •••, try using other characters like ||| or ❚❚❚.
Edit: found out that it isn't working well with UTF-8 encoding. Try using using ANSI in your text editor/IDE
https://imgur.com/a/elRv1gn
|
Hm, let me try that.
EDIT: Yeah you're right, changing the encoding method from UTF8 did fix it, thanks.