06.04.2013, 13:35
Is it somehow possible to make the compiler count cumulatively? Example:
pawn Код:
new DaysCumulatively[365] =
{
86400, ... // 86400 is one day, and from then it should count +86400 each time. So the second should be 172800, the third one 259200, etc...
};