Native referenceFiveM

SET_MODEL_AS_NO_LONGER_NEEDED

0xE532F5D78798DAAB STREAMING
FUNCTION SIGNATURE
void SET_MODEL_AS_NO_LONGER_NEEDED(Hash model);
Property Value
Native Name SET_MODEL_AS_NO_LONGER_NEEDED
Hash 0xE532F5D78798DAAB
Return Type void
Parameters model (Hash)

Description: Releases the script ownership assigned by REQUEST_MODEL. This command should be used when done using a specific model hash in script.

Parameters

  • model (Hash) — The model to release ownership of.
Back to STREAMING