server.isIPBanned

From GTA Connected
Revision as of 19:23, 26 November 2020 by Vortrex (talk | contribs) (Created page with "{{ScriptItem |endpoint = server |type = method |class = Server |name = isIPBanned |parameters = string ipAddress |parameter1 = string ipAddress The IP to check |return1 = bool...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Method Server Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline

Available since Server 1.2.4

bool server.isIPBanned(string ipAddress)

The server.isIPBanned method is used to checks to see if an IP address is banned.

Parameters

1) string ipAddress The IP to check.

Return

bool Whether or not the IP is banned.

Types

Client Server

Notes

There aren't any notes for this method.

Examples

There aren't any examples for this method.

Compatibility

There isn't any compatibility information for this method.