Module core.plugins.warning.sv_init

Serverside Warnings System

Module Overview

Functions

warnings_load(player) Function to load a player's warnings.
warnings_update(player, warnings) Function to update a player's warnings.

Functions

warnings_load(player)
Function to load a player's warnings.

Parameters:

  • player The player to load warnings for.
warnings_update(player, warnings)
Function to update a player's warnings.

Parameters:

  • player The player to update warnings for.
  • warnings The new warnings table for the player.