mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
New script
This commit is contained in:
parent
92b24c02c2
commit
6de03f6981
15
a3_vemf_reloaded/sqf/warningToClient.sqf
Normal file
15
a3_vemf_reloaded/sqf/warningToClient.sqf
Normal 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;
|
Loading…
Reference in New Issue
Block a user