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;
|