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