GetPlayerSerial

From Multi Theft Auto: Wiki
Revision as of 17:53, 22 January 2008 by SpZ (talk | contribs) (→‎Returns)
Jump to navigation Jump to search

Syntax

string getPlayerSerial ( player thePlayer )

Required Arguments

  • thePlayer: A player object referencing the specified player.

Returns

Returns the serial as a string if it was found, false otherwise.

See Also