25.01.2015, 21:52
Create a global variable such as "win = 0;" then in the final checkpoint create a switch:
And so on for the others
pawn Код:
switch(win)
{
case 0:
{
win++;
//player has won the race
}
case 1:
{
win++;
//player is second
}
case 2:
{
win++;
//player is third
}