Native referenceRedM

SET_MODEL_AS_NO_LONGER_NEEDED

0x4AD96EF928BD4F9A STREAMING
FUNCTION SIGNATURE
void SET_MODEL_AS_NO_LONGER_NEEDED(`model` (Hash));

Description: Marks the model as no longer needed.

Property Value
Native Name SET_MODEL_AS_NO_LONGER_NEEDED
Hash 0x4AD96EF928BD4F9A
Return Type void
Build 1207
Parameters model (Hash)

Parameters

  • model (Hash)

Usage

Lua (Direct):

SetModelAsNoLongerNeeded(model)

Lua (Hash):

Citizen.InvokeNative(0x4AD96EF928BD4F9A, model)

Back to STREAMING