Player's Position on the map

komolo

New Member
Hi,

on my server, i can see myself AND player near to me on the ingame map. How do i change this?
 
Yes. I saw this thread. It sais:

"
  • Recruit = Everything On
  • Regular = All settings disabled except 3rd-person, weapon crosshairs, friendly tags and death messages
  • Veteran = Same as Regular but with 3rd-person disabled
  • Expert = All settings off (Hardcore)
"

On REGULAR i see myself on the map. on VETERAN i don't see myself, but 3rd Person is disabled.
I want 3rd Person ENabled and the Position of the Player DISabled.

Do you know what i mean?
 
Go to cfgdayz\Users\cfgdayz\cfgdayz.ArmA2OAProfile

find:
Code:
class Regular
    {
        class Flags
        {
        //A bunch of crap here
        };
}


Insde the bunch of crap find
Code:
            map=1;

Change the 1 to a 0. Save. Restart server.
If you are on a different difficulty, just edit the relevant difficulty. IE if it's Veteran, edit class Veteran { }
 
Back
Top