mapandreas.inc 221 B

123456
  1. #define MAP_ANDREAS_MODE_NONE 0
  2. #define MAP_ANDREAS_MODE_MINIMAL 1 // for future use
  3. #define MAP_ANDREAS_MODE_FULL 2
  4. native MapAndreas_Init(mode);
  5. native MapAndreas_FindZ_For2DCoord(Float:X, Float:Y, &Float:Z);