View Single Post
  #24  
Old 08-04-2012, 10:01 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Bleachlover551 View Post
anyways how would i make it so every person who right clicks the other player see ther other player stats..?
By reading the posts in this thread and following the advice contained in them. Get it working without dealing with right-clicking first, and then add that after everything else is working. Then you can test it easier.

Stuff it in a function like

PHP Code:
function showProfile(temp.account) {
  

and call that in onCreated with some account for easy testing.

When you're ready to start on the right-click bits, look at this thread for reference (read the posts after the OP).
__________________
Reply With Quote