What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » PMS Changer

PMS Changer
Author: Message:
waynewilson2
Junior Member
**

Avatar

Posts: 55
Joined: Oct 2007
RE: PMS Changer
try sumthin like this

code:
var NewPSM = new array;

Function OnEvent_Initiate{
MsgPlus.AddTimer("Name",1000); //called every second
NewPSM[0]="new PSM1";
NewPSM[1]="new PSM2";
NewPSM[2]="new PSM3";
NewPSM[3]="new PSM4";
NewPSM[4]="new PSM5";
}

function OnEvent_Timer(TimerId) {
var PassPSM = RandomPSM();
Messenger.MyPeronalMessage = PassPSM;
MsgPlus.AddTimer("Name",1000); //called every second
}

function RandomPSM(){
var x = Math.floor(Math.random()*NewPSM.length)
return NewPSM[x];
}


That One Should Work Good For Ya...Im Not 100% Sure Because I've Never Tried Before And I Do Not Have The Documentation Or Anything Open...Have Fun :D
[Image: waynewilson2@hotmail.com-12.png]
11-05-2007 06:13 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PMS Changer - by fayte7523 on 10-30-2007 at 03:47 AM
RE: PMS Changer - by fayte7523 on 10-31-2007 at 03:17 AM
RE: PMS Changer - by Deco on 10-31-2007 at 03:21 AM
RE: RE: PMS Changer - by fayte7523 on 10-31-2007 at 09:12 PM
RE: PMS Changer - by RaceProUK on 10-31-2007 at 09:39 PM
RE: PMS Changer - by waynewilson2 on 11-05-2007 at 06:13 AM
RE: PMS Changer - by RaceProUK on 11-06-2007 at 12:17 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On