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

Pages: (2): « First [ 1 ] 2 » Last »
message blokker
Author: Message:
muffin
New Member
*


Posts: 4
Joined: Nov 2006
O.P. Huh?  message blokker
hey im new here:P
and i signed in because i was trying to make a script that will blok the contacts message box so he can only call me
i actualy want it to block evryting exept the calling but i couldnt find that
so i started trying

this is the script:
code:
function OnEvent_Initialize(MessengerStart)
{
EditChangeAllowed;=false
}
function OnEvent_ChatWndCreated([object]ChatWnd);
{
[boolean] SendMessage([string] Je kan niet typen. Je kan alleen bellen);
}

so it first switches the message box of and then it sends a message
but it gives a syntax error
can anyone help?
11-20-2006 08:07 PM
Profile E-Mail PM Find Quote Report
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: message blokker
I suggest you learn how to program...
The previous sentence is false. The following sentence is true.
11-20-2006 08:09 PM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: message blokker
ok let me fix your code up...

code:
function OnEvent_Initialize(MessengerStart){
EditChangeAllowed=false; // you hat the whole syntax wrong here
}
function OnEvent_ChatWndCreated(ChatWnd){ // syntax wrong here too
ChatWnd.SendMessage("Je kan niet typen. Je kan alleen bellen"); // you again had the wrong syntax
}

i hope this helps you out

This post was edited on 11-20-2006 at 08:13 PM by NanaFreak.
11-20-2006 08:10 PM
Profile PM Find Quote Report
muffin
New Member
*


Posts: 4
Joined: Nov 2006
O.P. RE: message blokker
whell im trying to so i need some help:S
and i couldnt find whats wrong in the manual

and anyway trying is the best way to learn:)


edit: oh thanx ill try it wright away

edit2:
quote:
Originally posted by NanaFreak
ok let me fix your code up...

code:
function OnEvent_Initialize(MessengerStart){
EditChangeAllowed=false; // you hat the whole syntax wrong here
}
function OnEvent_ChatWndCreated(ChatWnd){ // syntax wrong here too
ChatWnd.SendMessage("Je kan niet typen. Je kan alleen bellen"); // you again had the wrong syntax
}

i hope this helps you out

i still get an error it says im missing the wright rights or that its damadged

This post was edited on 11-20-2006 at 08:15 PM by muffin.
11-20-2006 08:11 PM
Profile E-Mail PM Find Quote Report
segosa
Community's Choice
*****


Posts: 1407
Reputation: 92
Joined: Feb 2003
RE: message blokker
muffin: instead of copy/pasting random parts of the manual without a bloody clue what you're doing, I suggest you actually learn the language.

NanaFreak: that won't do what he wants. I don't think it's possible to do what he wants.

This post was edited on 11-20-2006 at 08:15 PM by segosa.
The previous sentence is false. The following sentence is true.
11-20-2006 08:14 PM
Profile PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: message blokker
quote:
Originally posted by segosa
NanaFreak: that won't do what he wants. I don't think it's possible to do what he wants.
i just fixed up the code... i didnt do what he wanted....
11-20-2006 08:17 PM
Profile PM Find Quote Report
muffin
New Member
*


Posts: 4
Joined: Nov 2006
O.P. RE: message blokker
it still doesnt work:(

i think the scripting commands of gamemaker
are worked out more easy*-)
11-20-2006 08:25 PM
Profile E-Mail PM Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: message blokker
can you please explain what you want done in English
11-20-2006 08:27 PM
Profile PM Find Quote Report
muffin
New Member
*


Posts: 4
Joined: Nov 2006
O.P. RE: message blokker
i just want to make a script that disables the message field so you cant type just like whenn youre blocked but that you can still call eachother
maybe i want to disable more but i can work from here(if its possible)

This post was edited on 11-20-2006 at 08:35 PM by muffin.
11-20-2006 08:31 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: message blokker
You can't edit THEIR typing box to disable it. The only way you could make it like that is by blocking them... You would then not be able to make calls, except for unblocking them. AFAIK, it's not possible
<Eljay> "Problems encountered: shit blew up" :zippy:
11-20-2006 08:54 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


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