Jump to content

Ozzy10

Admin
  • Posts

    1,495
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Ozzy10

  1. no you didnt , however someone else gave me code and told me to get latest version , which i did have allready

    then he said he had a beta version that fixed the issues but never gave me it

    anyway i spent days trying diff stuff and gave up , took a couple of mins to use mdx and nicklist.dll to do what i wanted

  2. i have had no probs with mdx at all on vista

    and nicklist.dll works for docking over the nicklist just fine

    however dcx wouldnt dock over the nicklist in vista and didnt seam to want to dock to the sides correctly either

     

  3. here silo

    hes not only one who can help lol

     

    bit of info for you

    hadd -m

    -m creates a hash table if it isnt allready made

     

    alias ht {
      dialog $iif($dialog(hash.table),-x,-mh hash.table) hash.table
    }
    dialog hash.table {
      title "Nicknames"
      size -1 -1 160 48
      option dbu
      combo 1, 4 3 84 82, size edit drop
      button "Add", 2, 91 2 32 12
      button "Delete", 3, 124 2 32 12
      button "Close", 4, 124 32 32 12, ok cancel
    }
    On *:Dialog:hash.table:sclick:2:{
      hadd -m Nicknames $did($dname,1).text
      get.nicks
    }
    alias get.nicks {
      did -r hash.table 1
      var %o 1 
      while (%o <= $hget(Nicknames, 0).item) {
        did -a hash.table 1 $hget(Nicknames, %o).item
        inc %o
      }
    }

  4. like this

     

     

    on 5:text:*:#: {

    tokenize 32 $strip($1-)

    if ($1 == !mute) {

    if ($address($2,2)) mode $chan +bb ~q: $+ $v1 ~n: $+ $v1

    else msg $chan No address found for $2 $+ .

    mode $chan -aohv $2 $2 $2 $2

    msg $chan $2 Just Muted You For Reason: $iif($3,$3-,Blatent Retardation.)

    }

    elseif ($1 == !unmute) {

    if ($address($2,2)) mode $chan -bb ~q: $+ $v1 ~n: $+ $v1

    else msg $chan No address found for $2 $+ .

    mode $chan +v $2

    msg $chan You have been unmuted... That was your only warning.. Do not annoy me again or you will be banned.

    }

    }

  5. using mdx

    the preview is a custom window grabed using mdx

    every time you change something in the bottom box it previews it in real time in the top one

    bit more to add to it but its nearly done

     

     

    and i am doing dialogs when i cant go out

    and there not basic

    i do each lot of code in a new way

    like i did with all the other dialogs

×
×
  • Create New...