View Single Post
  #2  
Old 04-24-2011, 09:48 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
It looks something like this:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
// disable profile feature with enablefeatures
}

function 
onMouseDown(clicktype) {
  if (
clicktype == "right") {
    
// use mousex, mousey to find a player object
    // if there is a player
      // open profile context menu
  
}

You can open a player's profile by calling:

playerObject.showProfile();
__________________
Quote:
Reply With Quote