Quote:
|
Originally Posted by Chicken_l33t
When you use sendpm("message"); it comes from the NPC server to the client that initiated it.
So, just use with (findplayer(params[0])){
sendpm("Hello" SPC params[0] SPC "i love you!");
}
|
zzz
When done from the clientside, it's like you're sending the PM.
I'm going to experiment using this.