Client module (alt-client)FunctionsloadModelAsyncBranch: Release CandidateloadModelAsync CallableloadModelAsync(modelHash: number): voidLoads a model into memory asynchronously.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.
Loads a model into memory asynchronously.
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.