02.10.2015, 18:20
";" must be in the end of variable
like this:
you can add checkpoint thus:
like this:
Код:
new Float:checkCoords[MAX_POINTS][4] = { {354.1745,158.6413,390.2875,188.8046} //CityHallMain };
Код:
new Float:checkCoords[MAX_POINTS][4] = {//Remember to adjust MAX_POINTS or leave blank dimension at all {354.1745,158.6413,390.2875,188.8046}, {354.1745,158.6413,390.2875,188.8046}, {354.1745,158.6413,390.2875,188.8046}//on the last line must not be "," };