View Single Post
  #4  
Old 04-24-2011, 10:14 PM
imbavik imbavik is offline
Mercia
imbavik's Avatar
Join Date: Apr 2011
Location: Norway
Posts: 23
imbavik has a little shameless behaviour in the past
Send a message via MSN to imbavik
Quote:
Originally Posted by fowlplay4 View Post
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();
Thanks, now i got it to work
Reply With Quote