Streaming::isModelValid
Returns whether the specified model exists in the game.
Syntax
streaming.isModelValid(model);
Required Arguments
- model: Model hash or name
Return value
- Boolean
Example
todo
Returns whether the specified model exists in the game.
streaming.isModelValid(model);
todo