Skip to main content

Gameplay::addHospitalRestart

Returns the index of the newly created hospital spawn point.

p3 might be radius?

- mlgthatsme

Syntax

```js mp.game.gameplay.addHospitalRestart(x, y, z, p3, p4); ```

Required Arguments

  • x: float
  • y: float
  • z: float
  • p3: float
  • p4: unknown (to be checked)

Return value

  • int

Example

```js // todo ```

See also