02.02.2012, 06:42
I would give you a clear explanation as to exactly how and why this works, but that what fun would that be for you!?
Let me just give you this hint:
Let me just give you this hint:
pawn Код:
// Simple assignment
test[2][5] = 123;
// This does the same thing as the line above
// In fact, this is exactly what the PAWN compiler generates
#emit ADDR.pri test
#emit ADD.C 8
#emit MOVE.alt
#emit LOAD.I
#emit ADD
#emit ADD.C 20
#emit MOVE.alt
#emit CONST.pri 123
#emit STOR.I