Guten Tag,
ich habe folgendes kleines Problem:
new Float:position[5][2];
position={ // Zeile 50
{0.5,0.2},
{0.5,0.2},
{0.5,0.2},
{0.5,0.2},
{0.5,0.2}
};
Code
D:\**.pwn(50 -- 51) : error 008: must be a constant expression; assumed zero
D:\**.pwn(50 -- 55) : error 048: array dimensions do not match
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.