How Change Font Drop Item?

How Change Font Drop Item?

Base Server : Es_extended

Look for 'threw_pickup_prompt' in es_extended/client/main.lua there should be a call to ESX.Game.Utils.DrawText3D a few lines down. The fourth parameter changes the font.

If you want to change it for all calls to ESX.Game.Utils.DrawText3D then you need to edit it in es_extended/client/functions.lua

1 Like

image

image

change to 0

es_extended/client/functions.lua

line 746 es_extended v1-final

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.