UnbanSerial: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server function}} {{Deprecated}} ==Syntax== <syntaxhighlight lang="lua"> bool unbanSerial ( string serialToUnban ) </syntaxhighlight> ==See Also== {{Admin_functions}})
 
No edit summary
 
Line 2: Line 2:
{{Server function}}
{{Server function}}
{{Deprecated}}
{{Deprecated}}
Please use [[removeBan]]


==Syntax==  
==Syntax==  

Latest revision as of 21:39, 20 April 2011

Emblem-important.png This function is deprecated. This means that its use is discouraged and that it might not exist in future versions, but there should be a more generic way to perform what it does.


Please use removeBan

Syntax

bool unbanSerial ( string serialToUnban )         

See Also