Arma3Epoch/MPMissions/epoch.Altis/deploy/packbike2.sqf
Fallingsheep1985 2ee0043ac7 deploy update
2015-02-16 13:20:03 +11:00

6 lines
137 B
Plaintext

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