kubapl2014 • PM |
Feb 28, 2015 11:16 AM
|
![]() Posts: 1 |
Hello,i have a problem,because only 2 features are working(AWE logo and searching dead bodies) but the rest of features like showhit,Team status,UO Sprint(and more) still don't work. (I made shorcut which looks like this:"C:\Program Files\Call of duty" +set fs_game awe_uo +set dedicated 0[because i want play offline] +exec awe.cfg) (BTW. Sorry for bad english.)
|
burebaruta • PM |
May 03, 2015 6:04 PM
|
![]() Posts: 15 |
kubapl2014 wrote: remove in your awe.cfg settings example // Show blip on hud when you hit another player (0=off, 1=on) //set awe_showhit "1" if is your settings look like that. option will not work but if you remove this: // working example // Show blip on hud when you hit another player (0=off, 1=on) set awe_showhit "1" than option is enabled.so,if you want to enable any option you need to remove "//" this! same thing with show status //Show number of alive players in each team (0=off, 1=on, 2=alternate setting) (default 0) set awe_show_team_status "1" just remove this // and option will work. |