🟦sam.Player.set_exclusive

sam.Player.set_exclusive( player ply, (optional) string reason = nil )

Description

Set exclusive reason for a player or just remove it by passing no arguments.

Aguments

  1. (optional) string reason = nil

Example

sam.Player.set_exclusive(Player(1), "jailed")

Last updated