GetBanSerial: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:


===Returns===
===Returns===
Returns a ''string'' of the serial if everything was successfull, ''false'' if invalid arguments are specified or if there was no serial specified for the [[ban]].
Returns a ''string'' of the serial if everything was successful, ''false'' if invalid arguments are specified or if there was no serial specified for the [[ban]].


==Example==
==Example==

Revision as of 18:00, 23 January 2009

This function will return the serial of the specified ban pointer.

Syntax

string getBanSerial ( ban theBan )

Required Arguments

  • theBan: The ban you want to retrieve the serial of.

Returns

Returns a string of the serial if everything was successful, false if invalid arguments are specified or if there was no serial specified for the ban.

Example

--TODO

See Also