SA-MP Forums Archive
Font family for SendClientMessage? - 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: Font family for SendClientMessage? (/showthread.php?tid=348861)



Font family for SendClientMessage? - vvhy - 06.06.2012

Is there a SendClientMessageEx with a font family parameter? Eg.
Код:
SendClientMessage(playerid, 0xD2691EAA,Arial Black, "MESSAGE IN Arial Black STYLE HERE");
Sordda like SetObjectMaterialText has?


Re: Font family for SendClientMessage? - MP2 - 07.06.2012

Nope.


Re: Font family for SendClientMessage? - Pizzy - 07.06.2012

No, not yet.


Re: Font family for SendClientMessage? - ReneG - 07.06.2012

There are no other fonts than the sa-mp font.


Re: Font family for SendClientMessage? - Mimic - 07.06.2012

Although that would be nice if you could #define your own.


Re: Font family for SendClientMessage? - Pizzy - 07.06.2012

Quote:
Originally Posted by Mimic
Посмотреть сообщение
Although that would be nice if you could #define your own.
Do you mean that as client-wise or server-wise? Both would be cool, but server-wise would have the problem of some players not having that font installed.. I think that's the only reason they haven't added multi-font feature.


Re: Font family for SendClientMessage? - vvhy - 07.06.2012

In that case why do they have it for SetObjectMaterialText?


Re: Font family for SendClientMessage? - MP2 - 07.06.2012

Because it's a new feature. Chat was in from the start and has never really changed, so perhaps Kye never even thought about adding fonts. I don't see the point anyway really, server owners would probably use shitty fonts that are barely readable. The default one is nice and clear.


Re: Font family for SendClientMessage? - vvhy - 07.06.2012

Yeah, good point. Anyway my question is answered.