secondcoming

Untitled

Apr 30th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.86 KB | None | 0 0
  1.  _logDetail = "=======================================================================================================";
  2. ['A3_EXILE_PROCESSREPORTER',_logDetail] call FNC_A3_CUSTOMLOG;
  3.  _logDetail = format['[processReporter] Started @ %4 : [FPS: %1|PLAYERS: %2|THREADS: %3]',diag_fps,count allplayers,count diag_activeSQFScripts,time];
  4. ['A3_EXILE_PROCESSREPORTER',_logDetail] call FNC_A3_CUSTOMLOG;
  5. _logDetail = "=======================================================================================================";
  6. ['A3_EXILE_PROCESSREPORTER',_logDetail] call FNC_A3_CUSTOMLOG;
  7.  
  8. {
  9.     _logDetail = format ["[processReporter] %1 @ %2",_x,time];
  10.     ['A3_EXILE_PROCESSREPORTER',_logDetail] call FNC_A3_CUSTOMLOG;
  11. } forEach diag_activeSQFScripts;
  12.  
  13. _logDetail =  format ["[processReporter] Ended @ %1",time];
  14. ['A3_EXILE_PROCESSREPORTER',_logDetail] call FNC_A3_CUSTOMLOG;
Advertisement
Add Comment
Please, Sign In to add comment