Home
» Other Stuff » Scala InfoChannel Get Player Name
Scala InfoChannel Get Player Name
| October 21, 2008 | Posted by The Futtock under Other Stuff |
In Scala InfoChannel if you want to get the name of the player there are two ways to do this:
1.
The variable Billing.PlayerName will return it.
Ex: playername = Billing.PlayerName;
2.
If using VBScript the following will get the player name
Set WshNetwork = CreateObject(“WScript.Network”)
playername = WshNetwork.ComputerName
Recent Comments