Client

RequestModel

Function to request an entity model

function HRLib.RequestModel(model: string|integer|string[]|integer[])

Parameters description

  • model - the model to load

If the model can't be loaded, a warning message will appear on the client console of the client (player)

RequestAnimDict

Function to request an entity model

function HRLib.RequestAnimDict(animDict: string|string[])

Parameters description

  • animDict- the animation dictionary to load

If the animation dictionary can't be loaded, a warning message will appear on the client console of the client (player)

Last updated