SetUnbanTime
Jump to navigation
Jump to search
Script Example Missing Function SetUnbanTime needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
Syntax
bool setUnbanTime( ban theBan, int theTime )
Required Arguments
- theBan: The ban in which you wish to retrieve the username of.
- theTime: the new unban time
Returns
Returns true when is changed, false otherwise.
Example
--TODO