Jump to content

PM From Admin


SamB

Recommended Posts

Posted

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?

Posted
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

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...