Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 493 Bytes

client.md

File metadata and controls

30 lines (20 loc) · 493 Bytes

Init.sqf

cmplog(fcat)

Type: constant

Exists if DEBUG defined

Description:

  • Param: fcat

Replaced value:

allClientContents pushBack (compile format['log("Init %1")',fcat]);

File: client\Init.sqf at line 49

cmplog(fcat)

Type: constant

Exists if DEBUG not defined

Description:

  • Param: fcat

Replaced value:

File: client\Init.sqf at line 51