Arma3Epoch/MPMissions/epoch.Altis/custom/packbike2.sqf
2015-02-08 19:20:44 +11:00

6 lines
137 B
Plaintext

_target = cursorTarget;
_isbike = _target typeof "EBike";
if (_isbike) then{
deleteVehicle _target;
player addMagazine "ItemScraps";
};