29.06.2016, 14:29
C:\Users\\Desktop\GM2016\gamemodes\GMS2016.pwn(165 14) : error 002: only a single statement (or expression) can follow each "case"
C:\Users\\Desktop\GM2016\gamemodes\GMS2016.pwn(165 14) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
case DIALOGO_ORIGEN:
{
if(!response) return SendClientMessage(playerid, COLOR_RED, "No has seleccionado nada"),Show_Origen(playerid), 1;
cuenta[playerid][cOrigen] = listitem+1;
switch(cuenta[playerid][cOrigen])
{
case 1: PlayerStatInfo[playerid][1] = "Japon";
case 2: PlayerStatInfo[playerid][1] = "Italia";
case 3: PlayerStatInfo[playerid][1] = "Arabia saudita";
case 4: PlayerStatInfo[playerid][1] = "Rusia";
case 5: PlayerStatInfo[playerid][1] = "Francia";
case 6: PlayerStatInfo[playerid][1] = "China";
case 7: PlayerStatInfo[playerid][1] = "Alemania";
case 8: PlayerStatInfo[playerid][1] = "Argentina";
case 9: PlayerStatInfo[playerid][1] = "Colombia";
case 10: PlayerStatInfo[playerid][1] = "Bolivia";
format(string, sizeof(string), "Departamento de inmigraciуn - Muy bien usted viene de %d.",cuenta[playerid][cOrigen]);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
C:\Users\\Desktop\GM2016\gamemodes\GMS2016.pwn(165 14) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
case DIALOGO_ORIGEN:
{
if(!response) return SendClientMessage(playerid, COLOR_RED, "No has seleccionado nada"),Show_Origen(playerid), 1;
cuenta[playerid][cOrigen] = listitem+1;
switch(cuenta[playerid][cOrigen])
{
case 1: PlayerStatInfo[playerid][1] = "Japon";
case 2: PlayerStatInfo[playerid][1] = "Italia";
case 3: PlayerStatInfo[playerid][1] = "Arabia saudita";
case 4: PlayerStatInfo[playerid][1] = "Rusia";
case 5: PlayerStatInfo[playerid][1] = "Francia";
case 6: PlayerStatInfo[playerid][1] = "China";
case 7: PlayerStatInfo[playerid][1] = "Alemania";
case 8: PlayerStatInfo[playerid][1] = "Argentina";
case 9: PlayerStatInfo[playerid][1] = "Colombia";
case 10: PlayerStatInfo[playerid][1] = "Bolivia";
format(string, sizeof(string), "Departamento de inmigraciуn - Muy bien usted viene de %d.",cuenta[playerid][cOrigen]);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}

