- This topic has 4 replies, 3 voices, and was last updated 12 years ago by String.
-
AuthorPosts
-
June 4, 2012 at 8:58 pm #186896light 2012Member
hi
to red dot user:
dlggroupchatwindowclass = FindWindow(“dlggroupchat window class”, Form1.Text7.text)
PostMessage dlggroupchatwindowclass, WM_COMMAND, 32946, 0
bounce :
dlggroupchatwindowclass = FindWindow(“dlggroupchat window class”, Form1.Text7.text)
PostMessage dlggroupchatwindowclass, WM_COMMAND, 32947, 0
i need 3 codes for:
– auto red dot members as joined the room
– red dot room
-un red dot room
please 🙄June 5, 2012 at 3:37 am #186900StringMember@light 2012 wrote:
i need 3 codes for:
– auto red dot members as joined the room
– red dot room
-un red dot room– You can auto red dot members as they join the room via a feature in the admin console. But, if your bound to do it via code, just grab the name as it enters (like a welcome bot) and use your red dot code.
– To red dot the the whole room, use your code to get the list of members in the room, and then cycle through them all and use your red dot code. ( *note – you will have to check that the member you are red dotting isn’t already red dotted, if they are, they will be UN-red dotted)
-you can UN re dot them by using the same code you use to red dot them, since its simply checking/UN-checking the menu option.That help?
June 5, 2012 at 9:06 am #186899light 2012Memberthanks string
I understand the idea but I can’t work codes. 🙁
I need codes then I will try to understand it 🙂
please
🙄June 6, 2012 at 9:05 pm #186898ChikeMemberIts a one time setting why waste time on code for it?
You just set it in the console one and thats it.June 7, 2012 at 12:08 am #186897light 2012MemberForget this issue but I need help there Forget this issue but I need help here get-last-comment-not-last-line-t37768.html
-
AuthorPosts
Related
- You must be logged in to reply to this topic.