Проблема загрузку Gang Zone MySQL R8(R31)
#5

PHP код:
public LoadGZ() 

    new 
time GetTickCount(); 
    new 
rf
    
cache_get_data(rf); 
    new 
idx
    for(
idx 0idx ridx++) 
    { 
        
GZInfo[idx][gID] = cache_get_row_int(idx0mysql); 
        
GZInfo[idx][gCoords][0] = cache_get_row_float(idx1mysql); 
        
GZInfo[idx][gCoords][1] = cache_get_row_float(idx2mysql); 
        
GZInfo[idx][gCoords][2] = cache_get_row_float(idx3mysql); 
        
GZInfo[idx][gCoords][3] = cache_get_row_float(idx4mysql); 
        
GZInfo[idx][gFrakVlad] = cache_get_row_int(idx5mysql); 
        
TOTALGZ++; 
        
GZInfo[idx][gID] = GangZoneCreate(GZInfo[idx][gCoords][0],GZInfo[idx][gCoords][1],GZInfo[idx][gCoords][2],GZInfo[idx][gCoords][3]); 
        
ZoneOnBattle[idx] = 0
        
GZSafeTime[idx] = 0
    } 
     
printf("[Загрузка ганг зон]: Было загружено %d - потрачено %d (ms)"TOTALGZGetTickCount() - time); 
     return 
1

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)