mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
_target = cursorTarget;
|
|
_isbike = _target typeof "EBike";
|
|
if (_isbike) then{
|
|
deleteVehicle _target;
|
|
player addMagazine "ItemScraps";
|
|
}; |