mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 21:02:48 +00:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
#include "script_component.hpp"
|
|
#include "..\defines.hpp"
|
|
|
|
params ["_display", "_control"];
|
|
|
|
systemChat str [_display, _control];
|
|
|
|
if !(ctrlEnabled _control) exitWith {};
|
|
|