Simple yet really helpful GTA money pickup style floating text with icons and animations.
Preview: Click Here
Includes 3 different examples with code snippets.
- Exports:
exports.fanim:createCustomFloatingAnim(x, y, z, text, textureDict, textureName, width, height, iconRGBA, txtRGBA)
exports.fanim:createMoneyAnim(x, y, z, text, txtRGBA)
- Server Side:
TriggerClientEvent("floating_anim:createCustomFloatingAnim", playerSource, x, y, z, text, ticks, textureDict, textureName, width, height, iconRGBA, txtRGBA)
TriggerClientEvent("floating_anim:createMoneyAnim", playerSource, x, y, z, text, ticks, txtRGBA)
- Client Side:
TriggerEvent("floating_anim:createCustomFloatingAnim", x, y, z, text, ticks, textureDict, textureName, width, height, iconRGBA, txtRGBA)
TriggerEvent("floating_anim:createMoneyAnim", x, y, z, text, ticks, txtRGBA)None ! Works with any framework!
This resource uses FiveM's Escrow Encryption system! Read More!