25.12.2011, 16:56
Is it proper to use
Instead of
because if I use float* instead of float, then there is no error.
pawn Код:
float* x;
float* y;
float* z;
pawn Код:
float x;
float y;
float z;