iv been working a plugin. i came over in impfilter. if you check a persons ActorFlags. PKLs were showing up as 33554460 (28 = white dots).
tho i never PKL and would rather pk. mayby this would be usful to someone.
just for the heck of it got my plugin to display PKLs in a list w/ thier name pink.
wouldent be to hard to watch for imfilter_CreateActor. then check the ItemID(actor) if his flag is 33554460. if so do AddToListSub impfilter.actors(itemid).PlayerName , itemID
have the list show the persons name, and stick the persons itemID in there. then add to when someone clicks on the list. select the ItemID on that line. thus selecting the person.
hope that helps in some way.