Skip to content
GuarDDog v. 5

AntiHost Protect Ques for Gatekeeper

A TG007 community discussion started by MythX.

Discussion 5 posts
Page 1 of 1
Open
Topic #6406 · 5 published posts · 975 views

Hi gate.

 

Luv the script.

I put this in my script earlier to protect hosts from hosting others but the problem is it dehosts even when someone with host access joins. I want it so that if someone has host access in the access list it will leave them hosted when they join, but deop them if they try to host anyone else. Any ideas on how to accomplish this?

 

Here is what i put in

 

#anti-hostx on

on *:OP:#:{ 
 if ($opnick == $me ) || ($nick == $me) || ($nick isowner #) { halt } 
 else { 
   mode # -o $opnick
   mode # -o $nick
 }
}

#anti-hostx end

 

Thanks in advance

 

---

If i turn my back im defenseless, but to go blindly seems senseless

Hmmm already has that. :pizza:

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

Where at? and how do u enable it?

 

---

If i turn my back im defenseless, but to go blindly seems senseless

/gd5.protect room locks owner/host.Make sure you go to central control after go to owner/host and check off owner lock and host lock.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

okay so i did this but it like keeps hosting anyone thats dehosted and not the otherway around.

Can't someone just fixed the code above so itll work =D

 

Thanks in advance

 

---

If i turn my back im defenseless, but to go blindly seems senseless