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