Thommie Scripts
StoreDiscordGithub
  • Information
    • FAQ
  • Paid Resources
    • Banktruck Robbery
    • Bay City Bank Robbery
    • Fences
      • Installation
    • Forgery
    • Money Laundering
      • Installation
    • Weapondealer
      • Installation
  • Free Resources
    • Model Loader
    • Copper Cutting
    • Notifications
    • Tasks
    • Siren Control
Powered by GitBook
On this page
  1. Free Resources

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

PreviousInstallationNextCopper Cutting

Last updated 1 year ago

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.

GitHub - Thummie/Model-Loader: Load different models & animations in FiveMGitHub
Logo