Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. //=============================================================
  2. //***
  3. //***
  4. //*** BY HORDMAN
  5. //***
  6. //***
  7. //=============================================================
  8. #include <a_samp>
  9. #include <a_sampdb>
  10. #include <dini>
  11. #include <dudb>
  12. #include <dof2>
  13. #include <streamer>
  14. #include <progress>
  15. #pragma tabsize 0
  16. #define FILE_SETTINGS "settings.ini"
  17. #define FILE_BLACKLIST "blacklist.ini"
  18. #define forEx(%0,%1) for(new %1=0;%1<%0;%1++)
  19. #define MAX_GRACZY 30
  20. #define DIALOG_INFO 9999
  21. #include <sscanf2>
  22.  
  23. #define STREAMER_TYPE_OBJECT (0)
  24. #define STREAMER_TYPE_PICKUP (1)
  25. #define STREAMER_TYPE_CP (2)
  26. #define STREAMER_TYPE_RACE_CP (3)
  27. #define STREAMER_TYPE_MAP_ICON (4)
  28. #define STREAMER_TYPE_3D_TEXT_LABEL (5)
  29. #define STREAMER_TYPE_AREA (6)
  30.  
  31. #define STREAMER_AREA_TYPE_CIRCLE (0)
  32. #define STREAMER_AREA_TYPE_RECTANGLE (1)
  33. #define STREAMER_AREA_TYPE_SPHERE (2)
  34. #define STREAMER_AREA_TYPE_CUBE (3)
  35. #define STREAMER_AREA_TYPE_POLYGON (4)
  36.  
  37. #define STREAMER_OBJECT_TYPE_GLOBAL (0)
  38. #define STREAMER_OBJECT_TYPE_PLAYER (1)
  39. #define STREAMER_OBJECT_TYPE_DYNAMIC (2)
  40.  
  41. #define BENCH_PRESS_INDEX (1)
  42. #define VER_IN "0.143 beta"
  43. #define BUILD_TM "29.03.2013"
  44.  
  45. #define CONTAS \
  46. "Vipy/%s.ini"
  47.  
  48. #define C \
  49. "Piloci/%s.ini"
  50.  
  51. #define CZ \
  52. "Wojacy/%s.ini"
  53.  
  54. #define NICKS \
  55. "NickBan/%s.ini"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement