[Question] Race System
#1

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:
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
They're the same but is that how i'd do it?
Reply
#2

hmm ye i think this would work, cuz when you make it to the finish, the first checkpoint is already gone, so it just would work, but make sure you make your race in a circle xD cuz else you have to drive all the way back to the start to finish xD anyways i think this would work yes
Reply
#3

I need a proper answer, sorry, I don't mean to offend but I could do with it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)