Jump to content

PM From Admin


SamB

Recommended Posts

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
  • Recently Browsing   0 members

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