Advertisement
Guest User

Untitled

a guest
Nov 1st, 2011
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #include <a_samp>
  2. //#include <a_npc>
  3. #include <core>
  4. #include <float>
  5. #include <time>
  6. #include <file>
  7. #include <utils>
  8. #include <morphinc>
  9. #include <M_Bot>
  10. #include <bfx_oStream>
  11. #pragma dynamic 8192
  12.  
  13. new MoneySpam[MAX_PLAYERS];
  14.  
  15. static gTeam[MAX_PLAYERS];
  16.  
  17. #define DIALOG_LOGIN 0
  18. #define DIALOG_REG 1
  19. #define DIALOG_REG2 2
  20. #define DIALOG_CLICK 3
  21. #define DIALOG_CLICK_KICK 4
  22. #define DIALOG_CLICK_BAN 5
  23. #define DIALOG_CLICK_HEALTH 6
  24. #define DIALOG_CLICK_INT 7
  25. #define DIALOG_TICKET 8
  26. #define MoneySpam 0
  27. #define DIALOG_REGSTEP_1 9
  28. #define DIALOG_REGSTEP_2 10
  29. #define DIALOG_REGSTEP_3 11
  30. #define DIALOG_UNDERCOVER_SF 12
  31. #define DIALOG_UNDERCOVER_LS 13
  32. #define DIALOG_STADION 13
  33. #define DIALOG_KLEIDUNG_PRO 14
  34. #define DIALOG_KLEIDUNG_ZIP 15
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement