Repair System, Not Loading.
#10

PHP код:
forward OnLoadRepairPickups();
public  (
OnLoadRepairPickups)
{
    new 
counttotalpickups;
    
    
/* Compruebas que existen datos en el resultado. */
    
if(cache_get_row_count(count))
    {
        
/* Recorres cada fila cargando sus propios datos. */
        
for(new 0countx++)
        {
            
cache_get_value_name_int(i"PickupID"ARepairPickups[i][PickupID]);
            
cache_get_value_name_float(x"pux"ARepairPickups[i][pux]);
            
cache_get_value_name_float(x"puy"ARepairPickups[i][puy]);
            
cache_get_value_name_float(x"puz"ARepairPickups[i][puz]);
             
totalpickups++;
            
// Create pickups here
        
}
        
printf("Loaded: %d"totalpickups);
    }
    return 
1;

Reply


Messages In This Thread
Repair System, Not Loading. - by DerickClark - 14.02.2017, 22:40
Re: Repair System, Not Loading. - by DerickClark - 15.02.2017, 22:10
Re: Repair System, Not Loading. - by haikalbintang - 15.02.2017, 23:25
Re: Repair System, Not Loading. - by DerickClark - 15.02.2017, 23:27
Re: Repair System, Not Loading. - by DerickClark - 18.02.2017, 17:58
Re: Repair System, Not Loading. - by w1z4rd - 18.02.2017, 18:48
Re: Repair System, Not Loading. - by Vince - 18.02.2017, 18:50
Re: Repair System, Not Loading. - by DerickClark - 18.02.2017, 18:59
Re: Repair System, Not Loading. - by DerickClark - 19.02.2017, 14:38
Respuesta: Repair System, Not Loading. - by Eloy - 19.02.2017, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)