irinel1996 Posted September 16, 2011 Posted September 16, 2011 Hi. I'd like to know how make a new font. ___________ Thanks!
JR10 Posted September 16, 2011 Posted September 16, 2011 Make a new font or add it to MTA? Make a new font, IDK, maybe youtube or google. Add it: guiCreateFont, dxCreateFont --example: local font = dxCreateFont ( "font.ttf" , 10 ) addEventHandler( "onClientRender", root, function() dxDrawText( "New Font", 100, 350, 300, 350, tocolor(255,255,0), 1, font) end ) Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now