• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] error 029: invalid expression, assumed zero
#4
Code:
CreateDynamicPolygon(ZombieZones[i], -FLOAT_INFINITY, FLOAT_INFINITY, sizeof(ZombieZones[]));

since you need to specify how big the array size is but the default is sizeof(points) which doesn't work with 2D arrays
  Reply


Messages In This Thread
RE: error 029: invalid expression, assumed zero - by hual - 2019-05-28, 02:35 PM

Forum Jump: