Skip to content
MSN Addons

Close Access shower

A TG007 community discussion started by deadmanwalking.

Discussion 5 posts
Page 1 of 1
Open
Topic #3690 · 5 published posts · 739 views

hi all i was just wonder if some one could help me in not showing the access in the room like when i open access list in the vincula room commandz it should not show the room can any one help me

Erm so what your saying is, when you open the access panel (/access) it tells the room everything in there? if thats the case id say you've got some other script interfiering with it. Nice name btw like out of green mile

hi all back again i just want help in other thing this time

 

like wen i open vencula room access and then in access list when i click it, it displayz all the access in the room too like

Code:

 

suber_team : Level : OWNER , Address : suber_team!*164833C13@GateKeeperPassport , Reason: , Expires : 0 , Set By: suber_team

suber_team : Level : OWNER , Address : *!7C49B0F164833C13@GateKeeperPassport , Reason: , Expires : 0 , Set By: suber_team

suber_team : Level : OWNER , Address : *!02B7DE7143D8BCFB@GateKeeperPassport , Reason: , Expires : 0 , Set By: `Server_Bot

suber_team : Level : OWNER , Address : *!*143D8BCFB@GateKeeperPassport , Reason: , Expires : 0 , Set By: `Server_Bot

 

i was wondering if there is a way for not to show it in the chatroom :^) coz it feel and make chatterz annoy :^)

_________________

I BELIVE IN POWER WHICH NO 1 HAVE SEEN IT NOR ANY ONE WILL SEE IT

 

 

 

You seem to have asked the same question here CLICK TO GO THERE

yeah grinning_male but i got no correct answer there thatz y i am trying here and if u know u can tell me

in another addon you have:

raw 804:*:{ ............................................

to show the access to the room upon request maybe by command or something like this, sure you know addons in your script.

 

In the another addon, you should use timer like:

on admin:text:!access:#: set -u10 %accesscheck on | access
raw 804:*:{ 
if (%accesscheck == on) {
show access in room 
}
}

( PREVIOUS EXAMPLE IS NOT CODE BUT AM TRYING TO EXPLAIN IDEA)

 

in this case, when you open the access dialog, the %accesscheck != on so the script will not show anything in room

Edited Jun 15, 2005 12:43 PM by DreaM