Compare commits
No commits in common. "d85c878de1da7a3704efeeab45212dbb662547e5" and "93cc919336210e0832e85f970102eaa4716b8c28" have entirely different histories.
d85c878de1
...
93cc919336
@ -31,6 +31,8 @@ ramdb_db_buffer = 10240;
|
|||||||
|
|
||||||
private _dll = "ArmaRAMDb" callExtension ["version", []];
|
private _dll = "ArmaRAMDb" callExtension ["version", []];
|
||||||
|
|
||||||
|
[] call FUNC(load);
|
||||||
|
|
||||||
diag_log text (format ["ArmaRAMDb: DLL Version %1 found", _dll]);
|
diag_log text (format ["ArmaRAMDb: DLL Version %1 found", _dll]);
|
||||||
diag_log text "ArmaRAMDb: Functions loaded and Initializtion completed!";
|
diag_log text "ArmaRAMDb: Functions loaded and Initializtion completed!";
|
||||||
diag_log text (format ["ArmaRAMDb: Buffer size set to %1 Bytes", ramdb_db_buffer]);
|
diag_log text (format ["ArmaRAMDb: Buffer size set to %1 Bytes", ramdb_db_buffer]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user