#Drawtext alternative (Still using FiveM natives)
1 messages · Page 1 of 1 (latest)
Eh, honestly all drawtext is kinda meh regardless of style https://i.imgur.com/Jki0mhl.png
Better than the standard drawtext in my opinion
i think i'd personally only use it as a replacement for /me
Where can I get this?
where can i get this
local function drawFloatingText(text, position)
AddTextEntry("instructionalText", text)
SetFloatingHelpTextWorldPosition(1, position.x, position.y, position.z+1)
SetFloatingHelpTextStyle(1, 1, 2, -1, 3, 0)
BeginTextCommandDisplayHelp("instructionalText")
AddTextComponentSubstringPlayerName(text)
EndTextCommandDisplayHelp(2, false, false, -1)
end```
Can you give me example how to use
I have one more question.This work for RedM ?
SetFloatingHelpTextWorldPosition(1, position.x, position.y, position.z+1) What doing this.