02.07.2015, 12:44
Код:
if(getCheckpointType(playerid) != CP_BurgerShotMain && getCheckpointType(playerid) != CP_CluckinBellMain &&
getCheckpointType(playerid) != CP_Ammunation && getCheckpointType(playerid) != CP_GayDarMain &&
getCheckpointType(playerid) != CP_ZeroMain && getCheckpointType(playerid) != CP_MistysMain &&
getCheckpointType(playerid) != CP_GYM && getCheckpointType(playerid) != CP_School &&
getCheckpointType(playerid) != CP_WangCars && getCheckpointType(playerid) != CP_Train &&
getCheckpointType(playerid) != CP_Barbers && getCheckpointType(playerid) != CP_PizzaMain &&
getCheckpointType(playerid) != CP_ZipMain && getCheckpointType(playerid) != CP_VictimMain &&
getCheckpointType(playerid) != CP_BincoMain && getCheckpointType(playerid) != CP_CityHallMain &&
getCheckpointType(playerid) != CP_Jizzys && getCheckpointType(playerid) != CP_Urban &&
getCheckpointType(playerid) != CP_Church && getCheckpointType(playerid) != CP_DF &&
getCheckpointType(playerid) != CP_Zombotech && getCheckpointType(playerid) != CP_Bank &&
getCheckpointType(playerid) != CP_Mint -- The error is here. Invalid Expression - Assumed 0
{
SendClientMessage(playerid,COLOR_ERROR,"You are not in the checkpoint of anywhere you can rob.");
return 1;
}


