Проблема с добавлениями бизнесов MySQL
#1

Ребят, помогите. Мод - Skrillax(Типо копии SAMP-RP). Стоит на MySQL.
Сама проблема заключается в том, что когда добавляю новые строчки с бизнесами(хоть одну), то сервер почему-то не загружает их: цикл продолжается, но вот бизнес самый первый добавленный - не загружается.
Вот код загрузки бизнесов:
PHP код:
publicsLoadBizz()
{
    static 
rowsfields;
    
cache_get_data(rowsfields);
    new 
temp[64],string2[300],i=0;
    if(
rows)
    {
        for(new 
he 0;he rowshe++)
        {
            
cache_get_row(he0temp), BizzInfo[he][bID] = strval(temp);
            
cache_get_row(he1temp), BizzInfo[he][bOwned] = strval(temp);
            
cache_get_row(he2temp), strmid(BizzInfo[he][bOwner], temp0strlen(temp), 255);
            
cache_get_row(he3temp), strmid(BizzInfo[he][bMessage], temp0strlen(temp), 255);
            
cache_get_row(he4temp), strmid(BizzInfo[he][bExtortion], temp0strlen(temp), 255);
            
cache_get_row(he5temp), BizzInfo[he][bEntranceX] = floatstr(temp);
            
cache_get_row(he6temp), BizzInfo[he][bEntranceY] = floatstr(temp);
            
cache_get_row(he7temp), BizzInfo[he][bEntranceZ] = floatstr(temp);
            
cache_get_row(he8temp), BizzInfo[he][bExitX] = floatstr(temp);
            
cache_get_row(he9temp), BizzInfo[he][bExitY] = floatstr(temp);
            
cache_get_row(he10temp), BizzInfo[he][bExitZ] = floatstr(temp);
            
cache_get_row(he11temp), BizzInfo[he][bBuyPrice] = strval(temp);
            
cache_get_row(he12temp), BizzInfo[he][bEntranceCost] = strval(temp);
            
cache_get_row(he13temp), BizzInfo[he][bTill] = strval(temp);
            
cache_get_row(he14temp), BizzInfo[he][bLocked] = strval(temp);
            
cache_get_row(he15temp), BizzInfo[he][bInterior] = strval(temp);
            
cache_get_row(he16temp), BizzInfo[he][bProducts] = strval(temp);
            
cache_get_row(he17temp), BizzInfo[he][bMaxProducts] = strval(temp);
            
cache_get_row(he18temp), BizzInfo[he][bPriceProd] = strval(temp);
            
cache_get_row(he19temp), BizzInfo[he][b2Till] = strval(temp);
            
cache_get_row(he20temp), BizzInfo[he][bCena] = strval(temp);
            
cache_get_row(he21temp), BizzInfo[he][bBarX] = floatstr(temp);
            
cache_get_row(he22temp), BizzInfo[he][bBarY] = floatstr(temp);
            
cache_get_row(he23temp), BizzInfo[he][bBarZ] = floatstr(temp);
            
cache_get_row(he24temp), BizzInfo[he][bMafia] = strval(temp);
            
cache_get_row(he25temp), BizzInfo[he][bVirtual] = strval(temp);
            
cache_get_row(he26temp), BizzInfo[he][bType] = strval(temp);
            
i++;
            new 
typeofbiz[128];
                        *****
ТУТ СОЗДАНИЕ 3Дтекстовне важно*****
            }
            
printf("[Business] Business #%d loaded"he);
        }
        
printf("[Загрузкa] \tLoadBizz\t\t|\tЗагружено %d",i);
    }
    else 
printf("Бизнесов не загружены.");
    return 
true;

Reply
#2

PHP код:
for(new he 0;he <= rowshe++) 
Не?
Reply
#3

А размер массива BizzInfo увеличивали?
Reply
#4

Quote:
Originally Posted by stabker
Посмотреть сообщение
А размер массива BizzInfo увеличивали?
Спасибо огромное!!! Сразу не догадался!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)