Skip to content

Releases: MSK-Scripts/msk_bansystem

Update v1.1

28 Jun 18:46
Compare
Choose a tag to compare
  • Fixed that players without permission can ban/unban other players

Release v1.0

24 Jun 20:26
Compare
Choose a tag to compare

msk_bansystem

[STANDALONE] Simple Ban System

Description

  • Simple Ban System
  • Admin Commands
  • Exports
  • Discord Logs

Exports

source can be set to nil if you execute it from another resource and not using a Command.

Ban

exports.msk_bansystem:banPlayer(source, targetId, time, reason)

Unban

exports.msk_bansystem:unbanPlayer(source, banId)

IsPlayerBanned

exports.msk_bansystem:IsPlayerBanned(targetId)

Requirements