Ja Guten Tag ich habe mir das Tutorial von hier befolgt doch ich bekomme erros den alle meine stocks werden nun nicht mehr erkannt.
public OnPlayerEnterCheckpoint(playerid)
{
{
if(Muell[playerid] == 1)
{
SendClientMessage(playerid,WEIS,"CP1");
Muell[playerid] = 2;
SetPlayerCheckpoint(playerid,1700.8376,-1542.7803,13.3828,3.0);
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,1659.7245,-1543.1304,13.3828,3.0);
{
else if(Muell[playerid] == 2)
}
SendClientMessage(playerid,WEIS,"CP2");
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,1661.4900,-1481.8458,13.3828,3.0);
Muell[playerid] = 3;
{
else if(Muell[playerid] == 3)
}
SendClientMessage(playerid,WEIS,"CP3");
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,1697.0780,-1509.5945,13.3828,3.0);
Muell[playerid] = 0;
}
}
return 1;
}
Klammerfehler ? Wenn ja wo ich hab totalen Blackout
Ich nehme jede Helfende Antwort an