Skip to main content
Branch: Release Candidate

loadModel

Callable

  • loadModel(modelHash: number): void

  • Loads a model into memory synchronously.

    Remarks

    Use this method only if you really need it, because this method is unsafe and can lead to game crashes. For normal model loading it is recommended to use alt.Utils.requestModel instead.