Jump to content

MTAmA - IRC to Game mute?


Guest JarJar

Recommended Posts

Posted

ok I know there is a way to type "IE" !mute/ban namehere in mIRC and it'll mute/ban that person.

I've seen it done in other servers I just need the Script for it if @ all possibal please and ty in advanve :)

  • 4 weeks later...
Posted

Try this:

on 1:text:*:#CHANNEL{
if($nick isop #CHANNEL){
if( !kick isin $1){
mta.kick 1 $2
}
if( !freeze isin $1){
mta.freeze 1 $2
}
if( !unfreeze isin $1){
mta.unfreeze 1 $2
}
if( !mute isin $1){
mta.mute 1 $2
}
if( !unmute isin $1){
mta.unmute 1 $2
}
elseif( !restart isin $1 ){
mta.text 1 Reconnectiong MTA:mA.
mta.disconnect 1
mta.connect 1
.timer 1 1 mta.text 1 Reconnected
}
elseif(!commands isin $1){
/msg #CHANNEL !kick, !(un)mute, !(un)freeze, !restart
}
else mta.text 1 $nick $+ : $1-
}

this works by me, and with this you can also freeze and kick

Posted (edited)
Try this:


lol .. looks familiar somehow ;)

I think it is :), but i hope you don't mind :)

yes its mine

..nah i dont mind .. its on the forum anyway ;)

Edited by Guest

coz_sig_oob.png

Server Blog | Server quickinfo

STFU and dont bug the mta team with ''when is DM comming''

or risk theyre spending more time explaining they're still working on DM than actually getting work done :shock:

  • Recently Browsing   0 members

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