What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [release] Only Allowed Email can sign-in
Or to shorten the script. You can just use an array like so.. function OnEvent_Signin(Email) { var emails = new Array("account1@live.com","account2@live.com", "etc..") for(i=0; i<emails.length; i++){ if(Email == emails[i]) { var Message = "Hell...
ArsenalScripting06-26-2006 at 08:35 PM
[Hide Excerpts]