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) that currently runs the code

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) that currently runs the code

RequestPTFX

Function to request named PTFX assets

function HRLib.RequestPTFX(name: string|string[])

Parameters description

  • name - the PTFX asset(s) name(s)

If the PTFX can't be loaded by the given name, a warning message will appear on the client console of the client (player) that currently runs the code

Last updated