27.12.2011, 06:37
Quote:
Remove that line, because new Float: Pos[3];
is already defined somewhere. |
You fix this error by increasing the value [3]. Because if you shadow it, your using to much of it. Keep in mind that when using variables like this, you start with Pos[0], Pos[1], Pos[2] (that would be why you put Pos[3]).
Unless i'm thinking of something else..lol.