Quote from: Alecu Madalin on Aug 22, 2019, 05:52 PMQuote from: MatheuS on Aug 22, 2019, 04:20 PMCode Selectfunction onCheckpointEntered( player, checkpoint )
{
if( checkpoint == banca1 ) player.Pos = Vector(-938.624, -351.724, 7.22692)
else if( checkpoint == banca2 ) player.Pos = Vector(-937.681, -351.388, 17.8038)
}
somehow works but in 1 location
i suck at explaining
try removing the "else" in the second line