3 error,please help!
#1

Error:
Код:
new Float:checkCoords[MAX_POINTS][3] = {


{2095.636474, 1443.091796, 2175.636474, 1499.091796}     	


};
(110) : error 018: initialization data exceeds declared size
(113) : error 052: multi-dimensional arrays must be fully initialized
(406) : error 047: array sizes do not match, or destination array is too small
Reply
#2

put [4] not [3]
Reply
#3

not good
1 error
(113) : error 052: multi-dimensional arrays must be fully initialized
Reply
#4

have you put

pawn Код:
#define MAX_POINTS 1
Reply
#5

New error:

Код:
#define MAX_POINTS 2

new Float:checkCoords[MAX_POINTS][4] = {
{2095.636474, 1443.091796, 2175.636474, 1499.091796}
};

error 052: multi-dimensional arrays must be fully initialized
error 018: initialization data exceeds declared size
error 055: start of function body without function header
error 010: invalid function or declaration
error 018: initialization data exceeds declared size
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)