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

Search Results
Subject Author Forum Time
RE: Read Text from a file
Thanks! This works perfectly! Thank you so much for the help, guys :D
TehGoatLordScripting11-07-2010 at 10:45 PM
RE: Read Text from a file
This is what the script says: [code]Function called: OnEvent_ChatWndSendMessage Function called: OnEvent_ChatWndSendMessage Error: Object doesn't support this property or method (code: -2146827850) File: AssaultCube Read.js. Line: 18. Functi...
TehGoatLordScripting11-07-2010 at 08:51 PM
RE: Read Text from a file
[img]http://www.rantages.com/acservmsnfault.JPG[/i mg] There it is I'm a pretty much noob at this debugging and stuff ._. what exactly do I need to do starting from the beginning?
TehGoatLordScripting11-07-2010 at 08:30 PM
RE: Read Text from a file
14.0.8117.416
TehGoatLordScripting11-07-2010 at 08:14 PM
RE: Read Text from a file
Not workin, man ._. I don't the MSGPlus can call the function at all. /acserv doesn't work.
TehGoatLordScripting11-07-2010 at 08:01 PM
RE: Read Text from a file
Nope. It's still not working
TehGoatLordScripting11-07-2010 at 06:48 PM
RE: Read Text from a file
It doesn't work! "The command you entered was not recognized if the message was not meant to be a command etc"
TehGoatLordScripting11-07-2010 at 06:09 PM
RE: Read Text from a file
I find the official documents rather confusing :S it doesn't have examples and stuff so it's rather hard to figure out and I wont say that I'm good in English either. It'd be a great help if someone would create the script for me :(
TehGoatLordScripting11-07-2010 at 04:47 PM
RE: Read Text from a file
I'm having problem using the event o_o
TehGoatLordScripting11-07-2010 at 02:04 PM
RE: Read Text from a file
This is what I did.. But the command isn't recognized D: [code]function ReadLineFromFile(sFile, nLine) { var f = new ActiveXObject("Scripting.FileSystemObject").Open TextFile(sFile, 1 /* ForReading */); var s = f.ReadAll(); f.Close() ...
TehGoatLordScripting11-07-2010 at 02:02 PM
RE: Read Text from a file
Sorry but how do I implement it ?
TehGoatLordScripting11-07-2010 at 04:47 AM
Read Text from a file
Alright, so I need a script that reads a specific line from a specific file and then parse it and output the parsed text onto the current chat window. Say it reads line 255 from a text file Then it removes a certain string from the line and outputs i...
TehGoatLordScripting11-07-2010 at 02:51 AM
[Hide Excerpts]