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
Last updated
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
exports['Model-Loader']:RequestModelHash(modelhash) You can use this export in any resource to load any model.
exports['Model-Loader']:RequestAnimDict(animationdict) You can use this export in any resource to load any animation dictionary.
exports['Model-Loader']:RequestAnimSetEvent(animsetevent)
You can use this export in any resource to request animation set event.
Last updated