Death messages (X killed Y)

NedFox

New Member
I've been on servers where this was enabled, or coded in.. As we started hosting our own pvp Overwatch server we'd like to have this too, but w/e I google returns old obsolete code, or stuff that I'm unable to find.

Is there a way to do this ?

Cheers
NedFox <TZW>
 
I've done the same, and got it 85% working. You need CPBO.exe to dePBO the dayz_server.pbo in the @hive/addons folder , and change the required things.
You also need to edit init.sql in /mpmissions.

ATM I get :
Nil was killed by Bwibble with weapon blah bla
NedFox was killed.

So I need to tweak it a bit, but got it to a point I know I'll get there.
 
The only place I could find anything about radios in the mission init.sqf was here:

//disable greeting menu
player setVariable ["BIS_noCoreConversations", true];
//disable radio messages to be heard and shown in the left lower corner of the screen
Am I missing something as step one is to comment out enableRadio false;
 
I think it's already removed from in this version. The remark (//disable radio..) is still there but the command itself removed by the Dev I suppose.
 
Back
Top