Arma3Epoch/MPMissions/epoch.Altis/custom/packbike2.sqf

6 lines
137 B
Plaintext
Raw Normal View History

2015-02-08 08:20:44 +00:00
_target = cursorTarget;
_isbike = _target typeof "EBike";
if (_isbike) then{
deleteVehicle _target;
player addMagazine "ItemScraps";
};