24.06.2018, 09:02
Mike should actually mention what it is that's the issue...
You reference 0, 2, 2... You should be referencing 0, 1, 2.... That's why your pickup isn't appearing, as it's not in the same position due to this typo.
Код:
gdb [i][gPickup] = CreatePickupA(1254, 2, gdb [i][gPos][0], gdb [i][gPos][2], gdb [i][gPos][2]);