Hello once again, FiveM community! I am releasing another resource of mine, this time for free and open-source, which is WX Blips! This is a simple blip creator written in under 30 lines of client-side code. I have included some examples in the config file to show you how to use this. I hope you enjoy it!
Config File
How to use customs fonts?
Simple! Add this before the blip name:
['<font face = "YOUR FONT">Blip Text']
If it shows “boxes” (shown above) instead of text, check once again if you spelled the font name right, if it still doesn’t work, add this into the client.lua:
RegisterFontFile('fontfile') # Do not include the .gfx file extension
On example, if you streamed font file named arial.gfx, you’ll add this:
RegisterFontFile('arial')