30.03.2014, 03:30
You need to set the array to store 3 variables, not 2
pawn Code:
#define MAX_FISH_AREAS 2
new fishingspots[MAX_FISH_AREAS][3] = //changed your [2] to [3]
{
{-1874.6598,-1670.0956,0.9824},
{-1885.7527,-1671.0122,1.0201}
};