29.06.2011, 02:38
I said you have to delete this:
And put this:
PHP код:
new dTires[5] =
{
1,
2,
3,
4,
5
};
PHP код:
new dTires[5] = { 1, 2, 3, 8 };