03.09.2013, 18:20
That was the problem. CrateInfo can have ID 0-19. It starts from 1 to 19 + 22 to your database. Change them manually. If you want to create more, then change
To what you want, but remember goes number-1. I mean:
pawn Код:
new CrateInfo[20][crateInfo];
pawn Код:
new CrateInfo[30][crateInfo];
// Goes: 0-29