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