Quote:
Originally Posted by _79_Flames
...
@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
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.