What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help!] Advertiser

[Help!] Advertiser
Author: Message:
Joereynolds89
Junior Member
**


Posts: 69
Joined: Jul 2006
RE: [Help!] Advertiser
1 second = 1 000 milliseconds


code:
Syntax

    AddTimer(
        [string] TimerId,
        [number] Elapse
    );

Parameters

TimerId
    [string] Unique string identifying the new timer. Every script can create up to 100 timers, each one with their own unique identifier. When a timer event occurs, the Id is passed as parameter. You can specify any string you want for TimerId apart from an empty string. Different scripts can use identical TimerId without worrying of possible conflicts.
Elapse
    [number] Amount of time that has to elapse, in milliseconds, before the event is fired. This number needs to be in the range of 100 to 86,4000,000 (one day).

This post was edited on 07-12-2006 at 12:23 AM by Joereynolds89.
07-12-2006 12:21 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help!] Advertiser - by fergofrog on 07-12-2006 at 12:03 AM
RE: [Help!] Advertiser - by ddunk on 07-12-2006 at 12:06 AM
RE: [Help!] Advertiser - by craig2k5 on 07-12-2006 at 12:14 AM
RE: [Help!] Advertiser - by fergofrog on 07-12-2006 at 12:18 AM
RE: [Help!] Advertiser - by Joereynolds89 on 07-12-2006 at 12:21 AM
RE: [Help!] Advertiser - by craig2k5 on 07-12-2006 at 12:21 AM
RE: [Help!] Advertiser - by deAd on 07-12-2006 at 12:23 AM
RE: [Help!] Advertiser - by fergofrog on 07-12-2006 at 12:36 AM
RE: [Help!] Advertiser - by Dhaya on 07-12-2006 at 07:08 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