Versuchs mal so:
ocmd:startrunde(playerid,parans[])
{
SetPlayerCheckpoint(playerid,2046.4950,1303.9047,10.6719, 5.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
if(Checkpoint[playerid] == 1)
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,2060.4950,1303.9047,10.6719, 5.0);
Checkpoint[playerid] == 2
}
else if(Checkpoint[playerid] == 2)
{
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,2060.4950,1350.9047,14.6719, 5.0);
}
return 1;
}