TAPL Posted October 20, 2011 Share Posted October 20, 2011 function Login (thePreviousAccount, theCurrentAccount) outputChatBox (string.gsub(getPlayerName(source), "#%x%x%x%x%x%x", "").."has logged into "..getAccountName(theCurrentAccount), root, 255, 255, 0 ) end addEventHandler ("onPlayerLogin", root, Login) Link to comment
Blaawee Posted October 20, 2011 Author Share Posted October 20, 2011 but why ? (thePreviousAccount, theCurrentAccount) Link to comment
TAPL Posted October 20, 2011 Share Posted October 20, 2011 thePreviousAccount: The account the player was logged into before theCurrentAccount: The account the player logged into just now Link to comment
Blaawee Posted October 20, 2011 Author Share Posted October 20, 2011 ok Thank you very much TAPL Your Are The Best Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now