SetPlayerObjectMaterialText 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)
+--- Thread: SetPlayerObjectMaterialText Help (
/showthread.php?tid=378451)
SetPlayerObjectMaterialText Help -
Finn707 - 17.09.2012
When scripting with "SetPlayerObjectMaterialText", what fonts can you use for "fontface"?
Basically what fonts can you use with SetPlayerObjectMaterialText?
Re: SetPlayerObjectMaterialText Help -
Vince - 17.09.2012
Anything that you have installed on your computer. Though other players might not have any specific font installed, so it's best to stick to default ones. A few come to mind: Arial, Verdana, Helvetica, Century Gothic, Calibri, Wingdings, Webdings and stuff like that.
Re: SetPlayerObjectMaterialText Help -
Finn707 - 17.09.2012
Thanks, so if I use a random font I installed that looks cool but other players don't have it installed, does that mean they can't see the font?
Re: SetPlayerObjectMaterialText Help -
Vince - 17.09.2012
They'll likely see the default font, or an error message that the font can't be rendered.
Re: SetPlayerObjectMaterialText Help -
Finn707 - 18.09.2012
Okay thanks.