GameOver

From Nomad DB
Revision as of 19:38, 14 April 2020 by Cobra (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Plays a game over animation before reloading the last autosave.

Syntax

GameOver(playerId)
  • playerId (number): ID of the target player

Note: It seems that only the local player ID works on this function.

Example

GameOver(GetLocalPlayerId())

Related Pages