#Drawtext alternative (Still using FiveM natives)

1 messages · Page 1 of 1 (latest)

hasty matrix
#

Who would prefer this from standard?

edgy ferry
hasty matrix
edgy ferry
#

i think i'd personally only use it as a replacement for /me

spiral saddle
solemn oasis
hasty matrix
#
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```
solemn oasis
hasty matrix
hasty matrix
#

People really just take and go. No thank you

#

yeah fuck u

solemn oasis
#

SetFloatingHelpTextWorldPosition(1, position.x, position.y, position.z+1) What doing this.