New script

This commit is contained in:
IT07 2016-08-21 21:36:19 +02:00
parent 92b24c02c2
commit 6de03f6981

View File

@ -0,0 +1,15 @@
/*
Author: IT07
Params:
_this select 0: ARRAY - list of objects to send a warning to
Returns:
nothing
*/
params [ "_m", "_to" ];
{
VEMFrMsgToClient = [ _m, "ba" ];
( owner _x ) publicVariableClient "VEMFrMsgToClient";
} forEach _to;