Перейти к содержанию

Gameplay::addHospitalRestart

Материал из RAGE MP Wiki Archive

Returns the index of the newly created hospital spawn point.

p3 might be radius?

- mlgthatsme

Syntax

<syntaxhighlight lang="javascript">mp.game.gameplay.addHospitalRestart(x, y, z, p3, p4);</syntaxhighlight>

Required Arguments

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

Return value

  • int

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also