mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Tweaks
This commit is contained in:
parent
888fd93dcc
commit
9ae0458dd8
@ -89,8 +89,8 @@ if ( VEMFrAttackCount <= _s0 ) then
|
||||
[ "BaseAttack", 1, format [ "a para team is on the way to %1 @ %2's location!", _baseNm, name _nrPlyr ] ] ExecVM ( "log" call VEMFr_fnc_scriptPath );
|
||||
|
||||
_h = [ _nts, _mn ] ExecVM ( "killedMonitor" call VEMFr_fnc_scriptPath );
|
||||
_loop = [ _pos, _c ] spawn {
|
||||
params [ "_pos", "_c" ];
|
||||
_loop = [ _pos, _c, _plyrs ] spawn {
|
||||
params [ "_pos", "_c", "_plyrs" ];
|
||||
while { true } do
|
||||
{
|
||||
[ "a", _plyrs ] ExecVM ( "warningToClient" call VEMFr_fnc_scriptPath );
|
||||
|
Loading…
Reference in New Issue
Block a user