View Single Post
  #2  
Old 07-12-2009, 07:56 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
PHP Code:
//#CLIENTSIDE
function onMouseDown() {
  if (
leftmousebutton) {
    (
"-Playerlist").openexternalpm({findplayerbyid(testplayer(mousex,mousey))},false);
  }

Should work, though I didn't test it. Though I just realized testplayer doesn't work in nopk zones(do to testplayer works by checking for where players block), but I'm sure you get the idea.
Reply With Quote