gfxgfx
 
Please login or register.

Login with username, password and session length
 
gfx gfx
gfx
76775 Posts in 13501 Topics by 1651 Members - Latest Member: insider4ever April 26, 2024, 07:08:47 pm
*
gfx*gfx
gfx
WinMX World :: Forum  |  Metis Scripts and Help  |  Metis Script Help  |  help please Need A Script
gfx
gfxgfx
 

Author Topic: help please Need A Script  (Read 2886 times)

0 Members and 1 Guest are viewing this topic.

Offline Jennifer9434

  • MX Hosts
  • *****
help please Need A Script
« on: September 11, 2008, 12:35:35 am »
hello everyone i was wondering if anyone has a script that will kick certain tags on entry to a room but will also let certain people who have them tags in your room i am having issues with a room causing trouble but a few of them are regualr parkers in my room and when im not here i need a script that will kick them certain people but will let the rest in does anyone have any ideas or a script of this nature thanks and have a good day

Offline wonderer

  • MX Hosts
  • *****
  • ***
Re: help please Need A Script
« Reply #1 on: September 11, 2008, 02:17:17 am »
Code: [Select]
<config>
<OnEnter type="script">
// test if tag is present (not case sensitive)
<out type="break" condition="7" lvalue="%RAWNAME%" rvalue="thewrongtag"></out>
// test if it is not the allowed user1 (part of the name, not case sensitive)
<out type="break" condition="7" lvalue="%RAWNAME%" rvalue="thealloweduser"></out>
// test if it is not the allowed user2 (part of the name, not case sensitive)
<out type="break" condition="7" lvalue="%RAWNAME%" rvalue="thealloweduser"></out>
<out>Sorry this tag is not allowed</out>
<out delay="1000">/kick %RAWNAME%</out>
</OnEnter>
</config>
This should work in most rooms

WinMX World :: Forum  |  Metis Scripts and Help  |  Metis Script Help  |  help please Need A Script
 

gfxgfx
gfx
©2005-2024 WinMXWorld.com. All Rights Reserved.
SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies
Page created in 0.025 seconds with 23 queries.
Helios Multi © Bloc
gfx
Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!