12.09.2011, 20:39
Quote:
Not bad. However I have one question, 'What does the following thing do?'.
pawn Код:
|
using this for example:
pawn Код:
new array[3] = {0,1,2};
using {0,...} will set all of the cells to 0.
Not bad. However I have one question, 'What does the following thing do?'.
pawn Код:
|
new array[3] = {0,1,2};