mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
#include "script_component.hpp"
|
|
|
|
#include "initKeybinds.sqf"
|
|
|
|
GVAR(RangeCardOpened) = false;
|
|
|
|
GVAR(controls) = [];
|
|
|
|
GVAR(ammoClass) = "B_65x39_Caseless";
|
|
GVAR(magazineClass) = "30Rnd_65x39_caseless_mag";
|
|
GVAR(weaponClass) = "arifle_MXM_F";
|
|
|
|
GVAR(ammoClassCopy) = "";//"ACE_762x51_Ball_M118LR";
|
|
GVAR(magazineClassCopy) = "";//"ACE_20Rnd_762x51_M118LR_Mag";
|
|
GVAR(weaponClassCopy) = "";//srifle_DMR_06_olive_F";
|