View Single Post
  #10  
Old 05-06-2011, 12:04 PM
Extreme_One's Avatar
Extreme_One Extreme_One is offline
Approved Member
 
Join Date: Dec 2010
Location: Southampton, UK
Posts: 185
Default

Quote:
Originally Posted by _79_Flames View Post
...

@a i mp_dotrange TYPE .1 ID 2 RANGE 00.1 COLOR .01 DOT 10

@a ie mp_dotrange FOE TYPE .01 ID .01 RANGE .01 COLOR 0000.01 DOT 10

When i get in game i bring up the console then type 'i' then 'enter', then i type 'ie' then 'enter'

...
Here's a better way for you so that your chosen icons load automatically for you.

Create a file called icon.rcu in notepad (make sure you don't save it as icon.rcu.txt)

Paste your chosen mp_dotranges in your icon.rcu file.

Code:
mp_dotrange TYPE .1 ID 2 RANGE 00.1 COLOR .01 DOT 10
mp_dotrange FOE TYPE .01 ID .01 RANGE .01 COLOR 0000.01 DOT 10
And add the following line at the end:

Code:
timeout 60000 file icon.rcu
So your completed icon.rcu file contains the following:

Code:
mp_dotrange TYPE .1 ID 2 RANGE 00.1 COLOR .01 DOT 10
mp_dotrange FOE TYPE .01 ID .01 RANGE .01 COLOR 0000.01 DOT 10
timeout 60000 file icon.rcu
Now edit your rcu file and add the following line to the end

Code:
@file icon.rcu
Now your chosen icons are applied automatically for you so you have no need to bring up the console to apply your icons.

{EDIT} I've uploaded a zip file which contains the rcu file and the icon.rcu file containing _79_Flames' settings.
Attached Files
File Type: zip rcu.zip (383 Bytes, 35 views)

Last edited by Extreme_One; 05-06-2011 at 02:36 PM.
Reply With Quote