Warning: unreachable code.
#3

Quote:
Originally Posted by mjay768
Посмотреть сообщение
Try return 0; once
Код:
stock ComprobarSlot(SlotLibre)
{
for(new i =0; i < MAX_VEHICLES; i++)
    {
    new solicitud[254];
    format(solicitud, sizeof(solicitud), "SELECT * FROM `vehiculos` WHERE %d");
    mysql_query(mysql, solicitud);
    new columnas, filas;
    cache_get_data(columnas, filas);
    if(!columnas)
    {
    break;
    return SlotLibre;
    }
    }
    return 1;
}
Don't work, i want to get the empty slot with this stock, їany idea?
Reply


Messages In This Thread
Warning: unreachable code. - by xHanks - 17.11.2014, 15:55
Re: Warning: unreachable code. - by mjay768 - 17.11.2014, 16:02
Respuesta: Re: Warning: unreachable code. - by xHanks - 17.11.2014, 16:21
Re : Warning: unreachable code. - by Dutheil - 17.11.2014, 16:26
Re: Re : Warning: unreachable code. - by Kyance - 17.11.2014, 16:38

Forum Jump:


Users browsing this thread: 1 Guest(s)