21.04.2013, 00:21
De
para
pawn Код:
case 1:
{
SetPlayerRaceCheckpoint(playerid, 0, CheckPoints[1][0], CheckPoints[1][1], CheckPoints[1][2], CheckPoints[2][0], CheckPoints[2][1], CheckPoints[2][2], 4);
Trocar[playerid] = 2;
}
pawn Код:
case 1:
{
SetPlayerCheckpoint(playerid, CheckPoints[1][0], CheckPoints[1][1], CheckPoints[1][2], 4);
Trocar[playerid] = 2;
}

