Search Results
Quote: Originally Posted by Mionee You can't use brackets like that in arrays, and the errors are caused because of the "+ OFFSET_x" lines. Don't precalculate the coordinates, retrieve t...
76
Quote: Originally Posted by IceBilizard Why you giving two times {} in pawn Код: new const Float:PosArray_Squares[4][4][3] = ? Because PosArray_Squares[4][4][3] is 3D array, the fir...
76
pawn Код: #define POS_SQUARE_CENTER_X 0.0#define POS_SQUARE_CENTER_Y 0.0#define POS_SQUARE_CENTER_Z 100.0#define OFFSET_Y -4.0#define OFFSET_Z 4.0#define OFFSET_X -5.0new const Float:PosArray_Squa...
76