Added server events

This commit is contained in:
GitHawk 2016-03-07 07:15:01 +01:00
parent 8dc99a4a4e
commit 29cd940fd0
2 changed files with 2 additions and 2 deletions

View File

@ -30,5 +30,5 @@ if (isServer) then {
};
} count REARM_TURRET_PATHS;
} else {
[_this, QFUNC(rearmEntireVehicleSuccess), 1] call EFUNC(common,execRemoteFnc);
[QGVAR(rearmEntireVehicleSuccessLocalEH), _this] call EFUNC(common,serverEvent);
};

View File

@ -38,5 +38,5 @@ if (isServer) then {
[QGVAR(rearmSuccessLocalEH), _turretOwnerID, _this] call EFUNC(common,targetEvent);
};
} else {
[_this, QFUNC(rearmSuccess), 1] call EFUNC(common,execRemoteFnc);
[QGVAR(rearmSuccessLocalEH), _this] call EFUNC(common,serverEvent);
};