Advertisement
nandoy

Untitled

Oct 15th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #define MAP_ANDREAS_MODE_NONE 0
  2. #define MAP_ANDREAS_MODE_MINIMAL 1
  3. #define MAP_ANDREAS_MODE_MEDIUM 2 // currently unused
  4. #define MAP_ANDREAS_MODE_FULL 3
  5. #define MAP_ANDREAS_MODE_NOBUFFER 4
  6.  
  7. native MapAndreas_Init(mode);
  8. native MapAndreas_FindZ_For2DCoord(Float:X, Float:Y, &Float:Z);
  9. native MapAndreas_FindAverageZ(Float:X, Float:Y, &Float:Z);
  10. native MapAndreas_Unload();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement