quote:
Originally posted by deAd
code:
function OnEvent_Initialize(MessengerStart)
{
OnEvent_ContactSignin (Email)
{
if (Email == "*******@hotmail.com" && Messenger.MyPersonalMessage == "Nukkumassa")
{
PlaySound ("C:\\Documents and Settings\\Tomi\\Omat tiedostot\\Messenger äänet\\happytreefriendsthemesong.mp3") ;
}
}
}
This I tried, doesn't work.