17.11.2014, 16:21
Quote:
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; } |