ID:1797645
 
(See the best response by FishMan123.)
Is there a way to make it so that the person can not right click in the game or if you cant do that i want to make it so if someone has a mask on you can not see their name (since you cant see the face tel who it is), i have it down for some things but players say they want it to also effect/affect right clicking so you can't see who it is. (pic for example)
http://tinypic.com/view.php?pic=5uobrc&s=8#.VPPAyNLF8rU

I want it to it's like this
http://tinypic.com/view.php?pic=2chweoj&s=8#.VPPB69LF8rU
I think your talking about the popup_menu setting.

Format:
set popup_menu = Setting

Args:
Setting: 1 (default) for showing this verb in the popup menus; 0 otherwise.

Use this to prevent a verb from showing up in the popup "context" menu when users right-click on objects.
Best response
Setting it for every verb is tedious. If you want to disable it all together, you'll want to use this:

client.show_popup_menus = 0
Oh ok cool, thanks guys, one quick question is there also a way to remove this
http://tinypic.com/view.php?pic=2l9sb42&s=8#.VPRT29LF8rU

i saw it on my interface i couldnt figure out how to remove it
You have to go to your main window of your interface -> Edit... -> Options -> Untick Statusbar option.

An image is better than thousand words.