auto red dot members as joined the room

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #186896
    light 2012
    Member

    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 🙄

    #186900
    String
    Member

    @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?

    #186899
    light 2012
    Member

    thanks string
    I understand the idea but I can’t work codes. 🙁
    I need codes then I will try to understand it 🙂
    please
    🙄

    #186898
    Chike
    Member

    Its a one time setting why waste time on code for it?
    You just set it in the console one and thats it.

    #186897
    light 2012
    Member

    Forget this issue but I need help there Forget this issue but I need help here get-last-comment-not-last-line-t37768.html

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.