SamB Posted July 24, 2006 Share Posted July 24, 2006 How do u do the PM from admin with scripts? Ive got these: on *:SIGNAL:mta.join: { if ($mta.nick($1,$2) == Player) { !.timer 1 2 mta.text $1 Nickname player is not allowed. Please change it !.timer 1 5 mta.kick $1 $2 } } on *:SIGNAL:mta.nick: { if ($mta.nick($1,$2) == Player) { !.timer 1 2 mta.text $1 Nickname player is not allowed. !.timer 1 5 mta.kick $1 $2 } } Anyone know how to make it PM from admin and not spam the whole server? Link to comment
CoZ Posted July 24, 2006 Share Posted July 24, 2006 How do u do the PM from admin with scripts?Ive got these: Anyone know how to make it PM from admin and not spam the whole server? change mta.text $1 to mta.pm $1 $2 Link to comment
Recommended Posts