quote:
Originally posted by roflmao456
Simply checking the email address..
code:
function OnEvent_Signin(Email){
if(Email != "your@email.com"){
MsgPlus.DisplayToast("Only Master", "This messenger is only for the owner");
Messenger.Signout();
}
}
thank you so much
but how can I use my password ?
if I want to login in 2 accounts with the same password ?
I think MsgPlus doesn't support this method, right ?!
thanks again