26.09.2011, 13:16
Which is best to use?
static?
stock?
const?
Please only reply if you know what you're talking about. I want to know which one is more efficient to use.
pawn Код:
new array[][3] = {
{1.0, 2.0, 3.0},
{4.0, 5.0, .0}
};
stock?
const?
Please only reply if you know what you're talking about. I want to know which one is more efficient to use.