Quote:
1. wouldn't sendpm have a param for something like object, id or account?
|
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!");
}