31.07.2013, 11:07
That's not the problem. The last array is wrong only.
That's correct.
pawn Код:
enum mE
{
Float:POS[3],
Int
}
new TD[MAX_PLAYERS][mE];
// OnGameModeInit
TD[0][POS][0] = 1.0;
TD[0][POS][1] = 1.0;
TD[0][POS][2] = 1.0;