note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
RemoveServerRule
warning
This function was added in omp v1.1.0.2612 and will not work in earlier versions!
Description
Remove the server rule.
Name | Description |
---|---|
const rule[] | The server rule name to remove. |
Returns
Returns true if the function executed successfully, otherwise false.
Examples
RemoveServerRule("rule");
Related Functions
- AddServerRule: Add a server rule.
- IsValidServerRule: Checks if the given server rule is valid.