Jump to content

!tip


catman

Recommended Posts

on *:SIGNAL:mta.command:{

var %a = $iif($4 == $null,$4,$mta.getid($1,$4))

if ($3 == !tip) {

if ($mta.name($1,%a) != Unknown) mta.msg $1 $2 Wrong id/name.

else mta.msg $1 %a $read($scriptdirtips.txt,$rand(1,$lines($scriptdirtips.txt)))

}

}

on *:SIGNAL:mta.join:{

mta.msg $1 $2 $read($scriptdirjoin.txt,$rand(1,$lines($scriptdirjoin.txt)))

}

this still work?

Link to comment
  • Recently Browsing   0 members

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