Client module (alt-client)FunctionsloadModelBranch: Release CandidateloadModel CallableloadModel(modelHash: number): voidLoads 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.
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.