View Single Post
  #4  
Old 02-19-2006, 02:43 AM
Chicken_l33t Chicken_l33t is offline
Banned
Join Date: Sep 2002
Location: NewZealand
Posts: 467
Chicken_l33t is on a distinguished road
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!");
}
Reply With Quote