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

6 lines
203 B
Plaintext

_target = cursorTarget;
_isbike = _target isKindOf "ebike_epoch";
if (_isbike) then{
player addaction [("<t color=""#0074E8"">" + ("PackBike") +"</t>"),"custom\packbike2.sqf","",5,false,true,"",""];
};