GetPlayerSerial

From Multi Theft Auto: Wiki
Revision as of 17:48, 22 January 2008 by SpZ (talk | contribs) (New page: ==Syntax== <syntaxhighlight lang="lua"> string getPlayerSerial ( player thePlayer ) </syntaxhighlight> ===Required Arguments=== *'''thePlayer:''' A player object referencing the specified player. ===Returns=== Re...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.