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

Search Results
Subject Author Forum Time
Getting Contacts name.
Hey all, i made a (very) tiny script to change my psm. The script auto detects if i use any smiley's like [code]:) :D :P and (A)[/code] and changes my psm according to the smiley. Example: When i say :) at the beginning of my sentence, the script ch...
apexScripting10-08-2008 at 06:49 PM
RE: Request: Translators
Hey, Since you're Dutch yourself i guess you don't need a translator for it, but still if you want some help with it feel free to ask.
apexScripting07-09-2008 at 03:59 PM
WLM Alert Bug.
Hi all, I didn't know if i had to post it here or in Translations... But I signed up for WLM Alert if any new script(updates) would come out. But when I get the mail, form the alert. i look like this: [URL=http://imageshack.us][IMG=572x74]http://img.. .
apexForum & Website05-19-2008 at 08:08 AM
RE: 2 Scripting questions.
I tried to VOTE for u, but i indeed saw u need 100 posts :P My main language is Dutch :)
apexScripting05-18-2008 at 06:05 PM
RE: 2 Scripting questions.
First of all: Thanks for ur answer, realy helps me allot! Second: TY for using my script :D Third: When u say: "Typ "~<Message>" some people (in my list...) didn't get it and did like: "~<Hi there!!>" And your message can be as long as u want...
apexScripting05-18-2008 at 05:53 PM
RE: 2 Scripting questions.
So that will also work if you make it "hi" of anything else with more then 1 symbol?
apexScripting05-18-2008 at 05:30 PM
2 Scripting questions.
Hi all, as me being starter in scripting, and most of u being advanced, i think u guys could help me out! I made a script that checks if the first symbol is "~". Wich is simple to do by: [code] if(Message.substring(0,1) == "~") { //do what needs ...
apexScripting05-18-2008 at 05:08 PM
RE: Script->DownloadFile function
Another question :$ : How can i let the script check if an file is there? I know have this: [code] function TurnOn() { Downloadlink = "http://juleshuls.googlepages.com/PSMChatDutch.pl sc"; Outfile = MsgPlus.ScriptFilesPath + ".plsc"; if (Outfil...
apexScripting05-01-2008 at 09:48 AM
RE: Script->DownloadFile function
Hey m8, First of all, thanks for ur great answer, it now works great and bugless. If i had 100 posts i would rate yah positive :P ~Apex
apexScripting05-01-2008 at 09:34 AM
RE: Script->DownloadFile function
OK, thank you!! well, the Download part works, but the OnEvent_DownloadReady doesnt :S I now have this: [code]OnEvent_DownloadFileComplete("http://julesh uls.googlepages.com/PSMChatDutch.plsc", MsgPlus.ScriptFilesPath + "/PSM Chat Dutch/PSM Chat Du...
apexScripting04-29-2008 at 08:07 PM
Script->DownloadFile function
Hi all, when I let my script download a file with MsgPlus.DownloadFile("link", "location"). He succesfully downloads it, but he remove the extension? How come he does that? since it's a .plsc file... Is there a way to add the extension? or dont ...
apexScripting04-29-2008 at 07:23 PM
RE: How to open ScriptEditor ?
ooh ok, too bad :(
apexScripting04-23-2008 at 08:28 PM
RE: How to open ScriptEditor ?
Noo, that's not what i mean. I mean that, when some1 types: "/edit" or so.. that it opens the script editor. *Or with any other command*
apexScripting04-23-2008 at 08:08 PM
How to open ScriptEditor ?
How can i make msgplus open scripteditor, editing a file? Like: [code] function Cmd() { "What to put here"; } [/code] Info, he needs to open "ban.js" wich is in the script map. ~Apex
apexScripting04-23-2008 at 07:58 PM
RE: [RELEASE] PSM Chat 1.0 - Let your friends edit your PSM!
I'm sorry my mistake, i edited the links!
apexScripting04-03-2008 at 11:06 AM
[RELEASE] PSM Chat 1.0 - Let your friends edit your PSM!
Hey all, Don't expect too much, snice I'm not a big scriptor, but here is my script: [b]PSM Chat 1.0 What does it do?[/b] It lets your friends edit your PSM by entering ~<message> Example: ~Hi there, cool script! [b]How does it work?[/b] Just inst...
apexScripting04-02-2008 at 09:09 PM
My script gets auto-disabled on logout, Any help?
Hey all, I have this script, for PSM Chat, but when i log out, msg plus disables it. Auto, wich sucks. So does any1 knows where the bug is ? Here is the script: [code]var d = new Date(); time = d.getMonth() + 1; oldpsm = ""; isxmason = "0"; tes...
apexScripting04-01-2008 at 06:01 PM
RE: Can msg script see e-mail?
Hey, thx for ur answer agian, i tried it in my script now, lets see if it worked!
apexScripting03-31-2008 at 08:32 AM
RE: Can msg script see e-mail?
Okay,first of all: Thx for ur answer, I'm not the best @ english, but i think that i get what u mean. I don't have any yahoo contacts, so that isnt the problem. But do you know how to do it then?
apexScripting03-30-2008 at 06:49 PM
Can msg script see e-mail?
Hi, I'm trying to improve PSM Chat 1.0, wich allows others to create your PSM by typing !psm <message> (or any other command)(wth authors permission). You can now also "ban" people from creating your PSM, by entering their name in the script, al f...
apexScripting03-30-2008 at 03:33 PM
[Hide Excerpts]