08.09.2012, 22:40
Hello! As you might already know, i'm making a race system but what I wanna know is, if I want the finish checkpoint to be at the same coords of the start checkpoint so I have a start / finish checkpoint, would I need to add the starting position coord and copy it to the last coord? Example:
They're the same but is that how i'd do it?
pawn Код:
new Float:gRacePositions[][] = {
{0.0, 0.0, 0.0}, // Start Pos
{1.1, 1.1, 1.1},
{2.2, 2.2, 2.2},
{0.0, 0.0, 0.0} // End Pos