Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: How to open group chat windows
quote: Originally posted by Poki
function OnEvent_ContactSignin("somemail@hotmail.com")
{
}
code: function OnEvent_ContactSignin(Email){
if(Email =="something@hotmail.com"){
//do something
}
}
|
|