Just a few little changes for everyone.
1) When inviting someone to a group in DZGM, it still says:
Code:
"You have received a group invite. Press right control to view."
Go to \scripts\dzgm\inviteToGroup.sqf
change it to:
Code:
"You have received a group invite. Press F9 to view."
-----------------------------------------------------------------------------------------------
2) A mission will display the text: "Bandits have been seen hoarding gold! /n Go find it!
Go to dayz_server\DZMS\Missions\Minor\SM8.sqf
Change:
Code:
[nil,nil,rTitleText,"Bandits have been seen hoarding gold! /n Go find it!", "PLAIN",10] call RE;
To:
Code:
[nil,nil,rTitleText,"Bandits have been seen hoarding gold!\nGo find it!", "PLAIN",10] call RE;
This will display: "Bandits have been seen hoarding gold!
Go find it!"
EDIT: Added another small fix.