Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Recommended Posts

Posted

[debug] Run time error 4: "Array index out of bounds"
[debug]  Attempted to read/write array element at index 30 in array of size 30
[debug] AMX backtrace:
[debug] #0 00036aa4 in public UpdateLabel (update=2, h=30) at ytimes.pwn:538
[debug] #1 00058954 in public LoadBizz () at ytimes.pwn:2310


Linia 538:  if(BizzInfo[h][bBuyPrice] != 0) format(pret, sizeof(pret), "\n{FFFFFF}Price: {32A3E7}$%s {FFFFFF}(/buybiz)", FormatNumbers(BizzInfo[h][bBuyPrice]));

Linia 2310: PickupInfo[BizzInfo[x][bPickup]][pkID] = x;

  • 1 month later...
Posted

cauta new BizzInfo[30] sau de cat e

si modifica in new BizzInfo[50] sau cate bizzuri ai+10 in caz de vrei sa mai creezi si altele

sau daca ai MAX_BIZZ modifica acolo din 30 in cat vrei tu

maxresdefault.jpg

 

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.