Ban: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A [[ban]] is a pointer that represents a banned player arbitrarily.  The following functions allow interaction with a [[ban]]:
A [[ban]] is a pointer that represents a banned player arbitrarily.  The following functions allow interaction with a [[ban]]:
{{New feature|3|1.0|
*[[addBan]]
*[[addBan]]
*[[banPlayer]]
*[[getBans]]
*[[getBans]]
*[[getBanAdmin]]
*[[getBanAdmin]]
Line 10: Line 10:
*[[getBanUsername]]
*[[getBanUsername]]
*[[removeBan]]
*[[removeBan]]
{{New items|4.0132|1.4|
*[[isBan]]
*[[setBanAdmin]]
*[[setBanReason]]
*[[setUnbanTime]]
}}
}}
*[[banPlayer]]


[[Category:Scripting Concepts]]
[[Category:Scripting Concepts]]

Revision as of 22:23, 9 June 2014

A ban is a pointer that represents a banned player arbitrarily. The following functions allow interaction with a ban:

ADDED/UPDATED IN VERSION 1.4 :