View Single Post
  #2  
Old 10-22-2012, 08:15 AM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

You can use mp_dotrange commands to manage icons (was discussed here yesterday).

It is possible to make aliases to commands in rcu files to type the commands quicker, e.g. ion will enable icons and ioff will disable icons.

My rcu file with FPS aliases looks like this:

Code:
@set fast off
@set echo on
@set alias on
@set history 20

@alias a alias
@a h history
@a s show

@a fon fps START SHOW
@a foff fps STOP HIDE
where fon displays FPS and foff hides FPS.
Reply With Quote