Loop error? Pickups
#5

How can there been an error in the loading? It all loads, I've checked it.

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);
Reply


Messages In This Thread
Loop error? Pickups - by Riddy - 07.08.2013, 00:12
Re: Loop error? Pickups - by iJumbo - 07.08.2013, 00:22
Re: Loop error? Pickups - by Riddy - 07.08.2013, 00:50
Re: Loop error? Pickups - by iJumbo - 07.08.2013, 00:55
Re: Loop error? Pickups - by Riddy - 07.08.2013, 01:06
Re: Loop error? Pickups - by iJumbo - 07.08.2013, 01:40
Re: Loop error? Pickups - by Riddy - 07.08.2013, 02:28

Forum Jump:


Users browsing this thread: 1 Guest(s)