SA-MP Forums Archive
Font/Color name tags [HELP] - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Font/Color name tags [HELP] (/showthread.php?tid=148725)



Font/Color name tags [HELP] - Jay. - 18.05.2010

Hey again, Erm well i see all players in servers have names above there heads

Would this be possible to change the text style of them?


Lol its just a question.

If you no reply thx


(Jay)


Re: Font/Color name tags [HELP] - Jay. - 18.05.2010

anyone? sorry for "Bump"




Re: Font/Color name tags [HELP] - Onyx09 - 18.05.2010

if you use SetPlayerColor(playerid, COLOR); that will make the white text change to ur desired color
And about changin the font i do not recommend you because that might make people crash if they dont got the right font
plus ive never tried this but maybe the font is defined on the includes open them take a look and check if you can change the define font
good luck


Re: Font/Color name tags [HELP] - Jay. - 18.05.2010

Quote:
Originally Posted by C PlusPlus
if you use SetPlayerColor(playerid, COLOR); that will make the white text change to ur desired color
And about changin the font i do not recommend you because that might make people crash if they dont got the right font
plus ive never tried this but maybe the font is defined on the includes open them take a look and check if you can change the define font
good luck
Ah, Ok i already no how to change the color thanks anyway


And i was thinking maybe Textdraw nametags with TextDrawSetString


Re: Font/Color name tags [HELP] - Onyx09 - 18.05.2010

Well yeah you can use that or 3dtextlabels


Re: Font/Color name tags [HELP] - Jay. - 18.05.2010

Quote:
Originally Posted by C PlusPlus
Well yeah you can use that or 3dtextlabels
I'm useing samp 2.0x so i can't XD


And how would i do it with Textdraws maybe a example?