General Purpose Debug Message Writer
Handles very long messages without losing text.
_message | Message to write <STRING, ARRAY> |
_title | Message title (optional, default: “cba_diagnostic”) STRING |
_type | Type of message ARRAY |
0: _useChat | Write to chat (optional, default: true) <BOOLEAN> |
1: _useLog | Log to arma.rpt (optional, default: true) <BOOLEAN> |
2: _global | true: execute global (optional, default: false) <BOOLEAN> |
nil
// Write the debug message in chat-log of every client ["New Player Joined the Server!", "cba_network", [true, false, true]] call CBA_fnc_debug;
Sickboy, commy2