mysql_thread.osrp 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. #define THREAD_LOOKUP_BANS 1
  2. #define THREAD_LOOKUP_ACCOUNT 2
  3. #define THREAD_ACCOUNT_REGISTER 3
  4. #define THREAD_PROCESS_LOGIN 4
  5. #define THREAD_COUNT_FLAGS 5
  6. #define THREAD_TRACE_IP 6
  7. #define THREAD_LOGIN_UPDATE 7
  8. #define THREAD_LIST_CHANGES 8
  9. #define THREAD_LIST_HELPERS 9
  10. #define THREAD_LOAD_HOUSES 10
  11. #define THREAD_LIST_TENANTS 11
  12. #define THREAD_LOAD_FURNITURE 12
  13. #define THREAD_LOAD_GARAGES 13
  14. #define THREAD_LOAD_BUSINESSES 14
  15. #define THREAD_LOAD_ENTRANCES 15
  16. #define THREAD_LOAD_CLOTHING 16
  17. #define THREAD_LOAD_FACTIONS 17
  18. #define THREAD_LOAD_FACTIONRANKS 18
  19. #define THREAD_LOAD_FACTIONSKINS 19
  20. #define THREAD_LOAD_FACTIONPAY 20
  21. #define THREAD_LOAD_DIVISIONS 21
  22. #define THREAD_LOAD_LANDS 22
  23. #define THREAD_LOAD_LANDOBJECTS 23
  24. #define THREAD_LOAD_GANGS 24
  25. #define THREAD_LOAD_GANGRANKS 25
  26. #define THREAD_LOAD_GANGSKINS 26
  27. #define THREAD_LOAD_POINTS 27
  28. #define THREAD_LOAD_TURFS 28
  29. #define THREAD_LOAD_LOCKERS 29
  30. #define THREAD_HOUSE_INFORMATION 30
  31. #define THREAD_COUNT_FURNITURE 31
  32. #define THREAD_SELL_FURNITURE 32
  33. #define THREAD_CLEAR_FURNITURE 33
  34. #define THREAD_DUPLICATE_FURNITURE 34
  35. #define THREAD_DUPLICATED_FURNITURE 35
  36. #define THREAD_COUNT_TEXTS 36
  37. #define THREAD_VIEW_TEXTS 37
  38. #define THREAD_LIST_VEHICLES 38
  39. #define THREAD_CAR_STORAGE 39
  40. #define THREAD_FACTION_ROSTER 40
  41. #define THREAD_GANG_ROSTER 41
  42. #define THREAD_VIEW_PHONEBOOK 42
  43. #define THREAD_COUNT_LANDOBJECTS 43
  44. #define THREAD_SELL_LANDOBJECT 44
  45. #define THREAD_DUPLICATE_LANDOBJECT 45
  46. #define THREAD_DUPLICATED_OBJECT 46
  47. #define THREAD_CLEAR_LANDOBJECTS 47
  48. #define THREAD_LIST_LANDOBJECTS 48
  49. #define THREAD_LAND_MAINMENU 49
  50. #define THREAD_LAND_INFORMATION 50
  51. #define THREAD_LOAD_VEHICLES 51
  52. #define THREAD_GANG_INFORMATION 52
  53. #define THREAD_OFFLINE_IP 53
  54. #define THREAD_CHECK_REFERRAL 54
  55. #define THREAD_REWARD_REFERRER 55
  56. #define THREAD_LIST_FLAGGED 56
  57. #define THREAD_LIST_ACHIEVEMENTS 57
  58. #define THREAD_LIST_ADMINS 58
  59. #define THREAD_DUPLICATE_LANDOBJ 59
  60. #define THREAD_CHECKDUPE_FURNITURE 60
  61. #define THREAD_LOAD_LOCATIONS 61
  62. #define THREAD_UPDATE_LANDLABELS 62
  63. #define THREAD_LOAD_CREWS 63
  64. #define THREAD_LIST_VIPS 64
  65. #define THREAD_LOAD_ATMS 65
  66. #define THREAD_REMOVE_VIP 66
  67. #define LOADCRATE_THREAD 67
  68. #define THREAD_LOAD_GATES 68
  69. #define THREAD_RELEASECAR 69
  70. #define SENDDATA_THREAD 70
  71. #define THREAD_GANGLOGS 71