For the complete documentation index, see llms.txt. This page is also available as Markdown.

Model Loader

This resource is made to load different things in FiveM easier. From now on you do no longer need to create a function in every script to load things and you can simply use the exports of Model-Loader

Load Models

exports['Model-Loader']:RequestModelHash(modelhash) You can use this export in any resource to load any model.

Load Animation Dictionaries

exports['Model-Loader']:RequestAnimDict(animationdict) You can use this export in any resource to load any animation dictionary.

Load Animation Set

exports['Model-Loader']:RequestAnimSetEvent(animsetevent)

You can use this export in any resource to request animation set event.

Load Particle Effect

exports['Model-Loader']:LoadParticle(particle)

You can use this export in any resource to load particles.

Last updated