Skip to content
MSN

i need help

A TG007 community discussion started by The_Day_Walker.

Discussion 4 posts
Page 1 of 1
Open
Topic #3909 · 4 published posts · 609 views

can any one help me... i wanna access viewer so like .access shows access in room ?

I Pwn You All

 

just type /access on the chatbar..i think this is what u mean..if not i apoligize

Edited Jun 25, 2005 2:54 PM by K0rupt
No, he means like a remote command, so when he types .access providing he is on the Admin list or whatever he calls it, his script will message the room all the access entries.

"Be more concerned with your character than your reputation

because your character is who you really are while your reputation is merely what others think of you."

 

DesolateMx 8.0

;mq by Pete®tje
mq {
 inc %mq_pointer
 /hadd -m mq %mq_pointer $1-
 %mq = $addtok(%mq,%mq_pointer,32) 
 if (!$timer(mq)) { .timermq -m 1 $iif(%delay_mq,%delay_mq,400) /mdeq }
} 
mdeq {
 if ($hget(mq,0).item == 0) { unset %mq }
 else {
   var %item = $gettok(%mq,1,32)
   %mq = $deltok(%mq,1,32)
   /msg $hget(mq,%item)
   hdel mq %item
   if (%mq) { .timermq -m 1 $iif(%delay_mq,%delay_mq,400) /mdeq }
   else { unset %mq_pointer }
 }
}

on @admin:TEXT:!access*:*: { set %access.target $target | sockwrite -n msn.server. $+ $cid access $hget(msn. $+ $cid,fullroom) }
raw 803:*: { if (%access.target) { mq $ifmatch Start of access list | haltdef } }
raw 804:*: { if (%access.target) { inc %access.count | mq $ifmatch 
 Entry Number $chr(35) $+ %access.count 
 Type: $3 
 Entry: $4 
 Time: $5 
 Entered By: $6 } }
raw 805:*: { if (%access.target) { mq $ifmatch End of access list (Number of Entries: $chr(35) $+ %access.count $+ ) | unset %access.* } } 

 

the whole code is needed, the one by peter helps the messages not flood your script out.