11 lines
406 B
Plaintext
11 lines
406 B
Plaintext
[] call forge_client_arsenal_fnc_initArsenal;
|
|
[] spawn forge_client_init_fnc_initPlayer;
|
|
[] spawn forge_client_medical_fnc_initMedical;
|
|
[] spawn forge_client_phone_fnc_initPhone;
|
|
[] spawn forge_client_service_fnc_initService;
|
|
[] spawn forge_client_store_fnc_initStore;
|
|
|
|
player addItem "FORGE_Phone";
|
|
|
|
// TODO replace with function
|
|
[player] call compile preprocessFileLineNumbers "do_not_edit\briefing.sqf"; |