Skip to main content

Entity::createModelHideExcludingScriptObjects

Syntax

```js mp.game.entity.createModelHideExcludingScriptObjects(x, y, z, radius, model, p5); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • model: Model hash or name
  • p5: Boolean

Return value

  • Undefined

Example

```js // todo ```

See also