31.03.2008, 02:49
Hey, could someone post some examples on how you got your checkpoints to work? If I have 2 checkpoints like this it will say "THIS IS CHECK 2" on both checkpoints. If I add a third checkpoint it would say "THIS IS CHECK 3" on all.
It compiles without any errors tho 
Code:
if (checkpointid == CHECK1)
{
GameTextForPlayer(playerid,"THIS IS CHECK 1",3000,5);
}
else if (checkpointid == CHECK2)
{
GameTextForPlayer(playerid,"THIS IS CHECK 2",3000,5);
}


