If used inside a command then pass the player/admin who ran the command to it.
Returns
||
Exclusive reason if it exists.
Example
local ply = Player(1)
sam.Player.set_exclusive(ply, "jailed")
local exclusive = sam.Player.get_exclusive(ply)
if exclusive then
print(exclusive) -- prints "Player is jailed!"
return
end