mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added server events
This commit is contained in:
parent
8dc99a4a4e
commit
29cd940fd0
@ -30,5 +30,5 @@ if (isServer) then {
|
|||||||
};
|
};
|
||||||
} count REARM_TURRET_PATHS;
|
} count REARM_TURRET_PATHS;
|
||||||
} else {
|
} else {
|
||||||
[_this, QFUNC(rearmEntireVehicleSuccess), 1] call EFUNC(common,execRemoteFnc);
|
[QGVAR(rearmEntireVehicleSuccessLocalEH), _this] call EFUNC(common,serverEvent);
|
||||||
};
|
};
|
||||||
|
@ -38,5 +38,5 @@ if (isServer) then {
|
|||||||
[QGVAR(rearmSuccessLocalEH), _turretOwnerID, _this] call EFUNC(common,targetEvent);
|
[QGVAR(rearmSuccessLocalEH), _turretOwnerID, _this] call EFUNC(common,targetEvent);
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
[_this, QFUNC(rearmSuccess), 1] call EFUNC(common,execRemoteFnc);
|
[QGVAR(rearmSuccessLocalEH), _this] call EFUNC(common,serverEvent);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user