mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-26 05:12:54 +00:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
#include "script_component.hpp"
|
|
#include "..\defines.hpp"
|
|
|
|
params ["_display", "_control"];
|
|
|
|
systemChat str [_display, _control];
|
|
|
|
if !(ctrlEnabled _control) exitWith {}; |