Skip to main content

Entity::removeModelSwap

Syntax

```js mp.game.entity.removeModelSwap(x, y, z, radius, originalModel, newModel, p6); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • radius: float
  • originalModel: Model hash or name
  • newModel: Model hash or name
  • p6: Boolean

Return value

  • Undefined

Example

```js // todo ```

See also

Cateogry:Client-side Function