Jump to content

Rashed

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by Rashed

  1. on *:TEXT:!find*:#:{ amsg Searching For $2- Please Wait ... set -u10 %find $2- .enable #whoraw who $2- .timer2 1 10 amsg Sorry No users with nickname $2- found on server . .timer 1 8 .disable #whoraw } #whoraw off raw 352:*:{ if (%find == $6) { if (. isin $7) { timer2 off amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35)) amsg Current Status: Room Owner } elseif (@ isin $7) { timer2 off amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35)) amsg Current Status: Room Host } elseif (+ isin $7) { timer2 off amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35)) amsg Current Status: Room Participant } else { timer2 off amsg $6 Found in: $remove($2 $+ ,G_,$chr(37),$chr(35)) amsg Current Status: Room Participant } } } #whoraw end I use this code before to search users on BUZZEN network and it is not working now If any one can help !!
  2. I make some edits and it is working now
  3. still not working even its activated
  4. Is their detailed profile reader for new buzzen network
  5. not working the admin order
  6. this is good want small addition order for admin listed person to open and off this on admin:text:!autovoiceon (action) what is the exact format for the same code you posted
  7. what about comma's and multible room names
  8. on *:join:*:{ . if (im\bhere isin #) { mode $chan +v $nick } } or on *:join:*:{ . if (im\bhere isin %#) { mode $chan +v $nick } } and can it be on *:join:*:{ . if (im\bhere,Egypt,test isin %#) { mode $chan +v $nick } }
  9. buzzen , and can i put more than one room
  10. and if room name contains spaces ? on *:join:#im here:{ .mode $chan +v $nick } is this right?!
  11. Hello all #voiceonjoin on on *:join:#:{ .mode $chan +v $nick } #voiceonjoin end This gives voice on join to all , but this work to all channels I want to make it on only in specific channel rather than others.
  12. on admin:TEXT:.rep*:*: { /sockwrite -n $C_Sock(#) nick $2 } on admin:TEXT:.unrep*:*: { /part # | /join #sameroom } I find this one working but 1- The name changed in the current room only not in all rooms as i want 2-Second command makes hop and return to mane nickname in also one room only I want it all room changing......
  13. Rashed

    Not Working

    That one works perfectly , thank you Loveness
  14. added to?! i add it to codes and find nothing!
  15. Rashed

    Not Working

    i mean not every open every time i'm not on the whisper window
  16. Rashed

    Not Working

    but still small problem the sound is played even im opening the whisper window and talking it is played on every message the person send
  17. Is there a code to change script name manualy from script window and by admin command
  18. Rashed

    Not Working

    This one works good PK_
  19. Rashed

    Not Working

    still no change it is on buzzen i have no notification on whisper
  20. #Sounds on on *:JOIN:#:{ /splay join.wav } on ^*:PART:*: { /splay part.wav } on *:WHISPER:#: { /splay whisper.wav } on ^*:KICK:*: { /splay kick.wav } #Sounds end the whisper sound not working dont know why?
×
×
  • Create New...