24.07.2014, 08:03
well I am currently trying to make my own Pizza Delivery Mission where the player has to travel to multiple checkpoints in order to complete the mission.
how do i make the checkpoints only show when I start the mission?
and also once the player enters the 1st checkpoint, i want the 1st checkpoint to disappear and then the 2nd checkpoint to appear, and so on.
after 2 hours of trial and error, i could not figure this out, here are my 2 checkpoints.
Checkpoint[0] = CreateDynamicCP(2012.6134,-1729.3796,13.1536, 4, -1, 0, -1, 1000); // Pizza 1st CP //
Checkpoint[1] = CreateDynamicCP(2012.4771,-1640.1229,13.1431, 4, -1, 0, -1, 1000); // Pizza 2nd CP //
if i could get some help that would be much appreciated
how do i make the checkpoints only show when I start the mission?
and also once the player enters the 1st checkpoint, i want the 1st checkpoint to disappear and then the 2nd checkpoint to appear, and so on.
after 2 hours of trial and error, i could not figure this out, here are my 2 checkpoints.
Checkpoint[0] = CreateDynamicCP(2012.6134,-1729.3796,13.1536, 4, -1, 0, -1, 1000); // Pizza 1st CP //
Checkpoint[1] = CreateDynamicCP(2012.4771,-1640.1229,13.1431, 4, -1, 0, -1, 1000); // Pizza 2nd CP //
if i could get some help that would be much appreciated