Example #1
0
        public void Start()
        {
            deliveryCarBlip           = deliveryCar.AttachBlip();
            deliveryCarBlip.Color     = BlipColor.Blue;
            deliveryCarBlip.ShowRoute = true;

            MissionHelper.DrawTaskSubtitle(String.Format(Strings.MISSION_DELIVERY_STEAL, deliveryCar._GetLabel()));
        }
        public void Start()
        {
            deliveryCarBlip       = deliveryCar.AttachBlip();
            deliveryCarBlip.Color = BlipColor.Blue;
            deliveryCarBlip.Alpha = 0;

            MissionHelper.DrawTaskSubtitle(String.Format(Strings.MISSION_DELIVERY_LOCATE, deliveryCar._GetLabel()));
            BaseScript.TriggerEvent("mtracker:settargets", new int[] { deliveryCar.Handle });
            BaseScript.TriggerEvent("mtracker:start");
        }