mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
|
//fnc_showSight.sqf
|
||
|
#include "script_component.hpp"
|
||
|
disableSerialization;
|
||
|
createDialog "acex_arty_m137_dialog";
|
||
|
PARAMS_1(_gun);
|
||
|
|
||
|
GVAR(m137Gun) = _gun;
|