09.09.2012, 17:43
pawn Code:
new hello[2][4];
//is the same as...
new hello[8];
//2*4 = 8
pawn Code:
new hello[1][1];
//the same as?
new hello[2];
//1*1 = 1...
- Not sure why I placed this thread here but my apologies! Move if necessary!