SetUnbanTime: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
This function set a new unbantime to [[ban]]. | This function set a new unbantime to [[ban]]. | ||
}} | }} | ||
==Syntax== | ==Syntax== |
Revision as of 09:01, 11 September 2014
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