Module core.plugins.savedeaths.sv_init

Death Saving.

Module Overview

Functions

PLUGIN.playerInitialized(ply) Restore a player's deaths.
PLUGIN.playerDisconnected(ply) Save a player's kills

Tables

PLUGIN Table for plugin data storage.

Functions

PLUGIN.playerInitialized(ply)
Restore a player's deaths.

Parameters:

  • ply The player who just loaded in.
PLUGIN.playerDisconnected(ply)
Save a player's kills

Parameters:

  • ply The player to save deaths for.

Tables

PLUGIN
Table for plugin data storage.

Fields:

  • name Plugin name.
  • author Author name.
  • deaths The storage of a player's deaths.