IsBan

From Multi Theft Auto: Wiki
Revision as of 21:33, 18 April 2014 by Miki785 (talk | contribs)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Function IsBan needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
ADDED/UPDATED IN VERSION 1.4 :

This function checks if the passed value is valid ban.


Syntax

bool isBan ( var theValue )

Required Arguments

  • theValue: The value to check

Returns

Returns true if the value is a ban, false otherwise.

Example

--TODO

See Also