Scripting/Squirrel/Functions/BanIP: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function will ban an IP from the server. == Syntax == <pre>BanIP( ip )</pre> == Arguments == * ''string'' '''ip''' - The IP to be banned == Example == {{Scripting/N...")
 
No edit summary
Line 18: Line 18:
== Related Functions ==
== Related Functions ==


{{Scripting/Squirrel/Functions/Server_Settings}}
{{Scripting/Squirrel/Functions/Administrative_Functions}}

Revision as of 14:22, 3 February 2014

This function will ban an IP from the server.

Syntax

BanIP( ip )

Arguments

  • string ip - The IP to be banned

Example

This page needs an example. We will try our best to complete the wiki as soon as possible.

Notes

Related Functions