Jump to content

Admin & moderators


Guest {813}Soldier

Recommended Posts

"i dont like the number levels... :D plz help"

just make ur own, use somthing like

ON *:SIGNAL:mta.pm:{

if ($3 == login) {

if ($4 == imamod) {

set %ismod $+ $1 $+ $2 True

}

}

}

on *:SIGNAL:mta.part:{

!unset %ismod $+ $1 $+ $2

}

on *:SIGNAL:mta.command:{

if ($3 == !kick && %ismod $+ $1 $+ $2 == True) {

if ($4 != $null) {

mta.say $1 Kicking $mta.name($1,$4) $+ !

mta.kick $1 $2

}

}

}

just wrote this in like 2mins os might not work

hope u understand how it works tho :wink:

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...