07.08.2013, 01:06
How can there been an error in the loading? It all loads, I've checked it.
Buh, if you insist:
Buh, if you insist:
pawn Код:
new bizName[64], bizOwner[MAX_PLAYER_NAME];
BusinessInfo[i][bID] = cache_get_row_int(0, 0);
cache_get_row(0, 1, bizName), BusinessInfo[i][bName] = bizName;
cache_get_row(0, 2, bizOwner), BusinessInfo[i][bOwner] = bizOwner;
BusinessInfo[i][bPrice] = cache_get_row_int(0, 3);
BusinessInfo[i][bType] = cache_get_row_int(0, 4);
BusinessInfo[i][bMoney] = cache_get_row_int(0, 5);
BusinessInfo[i][bRobbed] = cache_get_row_int(0, 6);
BusinessInfo[i][bRobbedTimer] = cache_get_row_int(0, 7);
BusinessInfo[i][bEnterX] = cache_get_row_float(0, 8);
BusinessInfo[i][bEnterY] = cache_get_row_float(0, 9);
BusinessInfo[i][bEnterZ] = cache_get_row_float(0, 10);
BusinessInfo[i][bExitX] = cache_get_row_float(0, 11);
BusinessInfo[i][bExitY] = cache_get_row_float(0, 12);
BusinessInfo[i][bExitZ] = cache_get_row_float(0, 13);
BusinessInfo[i][bInt] = cache_get_row_int(0, 14);