View Single Post
  #21  
Old 10-26-2010, 01:21 PM
Crepuscules Crepuscules is offline
Registered Member
 
Join Date: Oct 2010
Posts: 12
Default

Quote:
Originally Posted by albx View Post
DOT is only the distance you can see the dot not the icons:
COLOR 2.500 = at what distance you see the color if you have icons enabled
RANGE 0.005 = at what distance you see the range if you have icons enabled
TYPE 3.500 = at what distance you see the type (bf109, spit, fw190, etc.) if you have icons enabled
ID 0.005 = at what distance you see the ID if you have icons enabled
NAME 0.005 = at what distance you see the Player Name if you have icons enabled
ok , i copy here all my RCU

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

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

@file settings.rcu

mp_dotrange FRIENDLY DOT 18.000 COLOR 2.500 RANGE 0.005 TYPE 3.500 ID 0.005 NAME 0.005

mp_dotrange FOE DOT 18.000 COLOR 2.500 RANGE 0.005 TYPE 3.500 ID 0.005 NAME 0.005
timeout 60000 file settings.rcu

it s ok ?
Reply With Quote