05.04.2014, 10:59
One way to find out. Change the code to:
and that won't go out of bounds.
pawn Код:
for(new i = 0; i < sizeof (ALocations); i++)
{
CreateDynamic3DTextLabel("Battery Ment", 0x00BFFFFF, ALocations[i][LocX], ALocations[i][LocY], ALocations[i][LocZ], 30.0);
}