Thread: enablefeatures
View Single Post
  #4  
Old 05-01-2005, 06:57 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by CheeToS2
Examples (read what KuJi posted first):

enablefeatures 1+0x200+0x400; // this will enable ONLY the M key, displaying nicknames, and toalls/PM-icons

enablefeatures allfeatures-0x200; // this will enable everything EXCEPT displaying nicknames

Their was examples already. Though, more doesn't hurt ;-).
Quote:
Originally Posted by KuJi
So to disable the profile click you can do:

enablefeatures allfeatures-0x800;

If you want to disable everything except the
tabulator key, then do:

enablefeatures 0x40;
Reply With Quote