SA-MP Forums Archive
How much is the Money Textdraw Font Size. - 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: How much is the Money Textdraw Font Size. (/showthread.php?tid=542472)



How much is the Money Textdraw Font Size. - VivianKris - 19.10.2014

Hi guys, Im coding a bank system and I want display the deposit as big as GTA original Money's size.

Thank you very much.


Re: How much is the Money Textdraw Font Size. - Sawalha - 19.10.2014

Use a textdraw editor, create a font model (3) textdraw, set it's string as "$00000000", move it to the original cash textdraw position, set it's size as size as the original one, you are done.


Re: How much is the Money Textdraw Font Size. - VivianKris - 19.10.2014

Quote:
Originally Posted by Sawalha
Посмотреть сообщение
Use a textdraw editor, create a font model (3) textdraw, set it's string as "$00000000", move it to the original cash textdraw position, set it's size as size as the original one, you are done.
I doing it, thank you.