GTA V NativesstreamingStreaming::isModelValidOn this pageStreaming::isModelValidReturns whether the specified model exists in the game. Syntax ```js mp.game.streaming.isModelValid(model); ``` Required Arguments model: Model hash or name Return value Boolean Example ```js // todo ``` See also