Removing hit messages

Aeris_18

New Member
How do I go about this?

I'm in the Dayz_server_config.hpp.

#define HitMsgs true
// HitMsgsIngame true - Hit messages are shown ingame, requires them to be enabled
// HitMsgsIngame false - Hit messages are not shown ingame
#define HitMsgsIngame false

I was told to do it this way but the hit messages still appear in game.
 
Code:
//#define HitMsgs true
// HitMsgsIngame true - Hit messages are shown ingame, requires them to be enabled
// HitMsgsIngame false - Hit messages are not shown ingame
//#define HitMsgsIngame false
I think he meant this
 
Back
Top