[Ajuda] Converter de CheckPointRace Pra CheckPoint
#4

De
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;
                       
}
para
pawn Код:
case 1:
{
                 
SetPlayerCheckpoint(playerid, CheckPoints[1][0], CheckPoints[1][1], CheckPoints[1][2], 4);
Trocar[playerid] = 2;
                       
}
Reply


Messages In This Thread
Converter de CheckPointRace Pra CheckPoint - by iCracker - 20.04.2013, 20:16
Re: Converter de CheckPointRace Pra CheckPoint - by Schocc - 20.04.2013, 20:39
Re: Converter de CheckPointRace Pra CheckPoint - by iCracker - 20.04.2013, 22:23
Re: Converter de CheckPointRace Pra CheckPoint - by GTO.DoDo - 21.04.2013, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)