跳至主要内容

IsBanned

注意

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Checks if the given IP address is banned.

NameDescription
const ipAddress[]The IP address to check.

Returns

Returns true if the IP address is banned, otherwise false.

Examples

if (IsBanned("255.255.255.255"))
{
// Do something
}

Notes

提示

You can see the ban list in the bans.json file.

  • BlockIpAddress: Block an IP address from connecting to the server for a set amount of time.
  • UnBlockIpAddress: Unblock an IP that was previously blocked.
  • Ban: Ban a player from playing on the server.
  • BanEx: Ban a player with a custom reason.
  • Kick: Kick a player from the server.
  • ClearBanList: Clears the ban list.