Player.GetMSN
From GMod Wiki
Revision as of 06:31, 23 October 2009 by Crazy Quebecer (Talk | contribs)
Gamemode Function: Player.GetMSN | |
---|---|
Player.GetMSN is a function that is defined in the Sandbox Gamemode and its derivatives. |
Function | |
Syntax | Player:GetMSN( ) |
Description: | |
Gets the player's MSN address | |
Returns: | String |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.GetMSN]Player.GetMSN [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Prints the MSN address of player 1 |
---|---|
Used on | |
Code | pl=player.GetByID(1) print(tostring(pl:GetMSN()) |
Output | Number 1 Player's MSN address |