Native referenceRedMclient

REQUEST_MODEL

0xFA28FE3A6246FC30 STREAMING
FUNCTION SIGNATURE
void REQUEST_MODEL(`model` (Hash), `p1` (BOOL));
Property Value
Native Name REQUEST_MODEL
Hash 0xFA28FE3A6246FC30
Return Type void
Build 1207
API Set client

Description: Request a model to be loaded into streaming memory.

You should make sure to check that the model exists with [native: IS_MODEL_IN_CDIMAGE]

Usage

Lua (Direct):

RequestModel()

Lua (Hash):

Citizen.InvokeNative(0xFA28FE3A6246FC30)
Back to STREAMING