Exports

Kick

exports['red_admin']:kickPlayer(source, target, reason)
ParameterTypeDescription
sourcestring | integerBanner server ID or identifier
targetstring | integerTarget server ID or identifier
reasonstringReason why you kick this player

Ban

exports['red_admin']:banPlayer(source, target, reason, bannedUntil)
ParameterTypeDescription
sourcestring | integerBanner server ID or identifier
taregtstring | integerTarget server ID or identifier
reasonstringReason why you ban this player
bannedUntilintegerThe date until the player will be banned, must be a UNIX timestamp (opens in a new tab) (0 for permanent ban)