Advertisement
Lahyene77

GTA V : Documentation

Nov 25th, 2015
2,636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. //////////////////// WEATHER ////////////////////
  2.  
  3. SET_OVERRIDE_WEATHER(char *weatherType)
  4.  
  5. #weatherType:
  6. EXTRASUNNY
  7. CLEAR
  8. CLOUDS
  9. SMOG
  10. FOGGY
  11. OVERCAST
  12. RAIN
  13. THUNDER
  14. CLEARING
  15. NEUTRAL
  16. SNOW
  17. BLIZZARD
  18. SNOWLIGHT
  19. XMAS
  20.  
  21.  
  22. //////////////////// TIME ////////////////////
  23.  
  24.  
  25. NETWORK_OVERRIDE_CLOCK_TIME(int Hours, int Minutes, int Seconds) // work online and offline
  26.  
  27.  
  28. //////////////////// EXPLOSION FX ////////////////////
  29.  
  30. ADD_SPECFX_EXPLOSION(float x, float y, float z, int explosionType, Hash explosionFx, float damageScale, BOOL isAudible,
  31. BOOL isInvisible, float cameraShake)
  32.  
  33. #explosionFx:
  34. EXP_VFXTAG_GRENADE
  35. EXP_VFXTAG_MOLOTOV
  36. EXP_VFXTAG_ROCKET
  37. EXP_VFXTAG_PETROL_PUMP
  38. EXP_VFXTAG_VEHICLE
  39. EXP_VFXTAG_BIKE
  40. EXP_VFXTAG_DIR_STEAM
  41. EXP_VFXTAG_DIR_FLAME
  42. EXP_VFXTAG_DIR_WATER_HYDRANT
  43. EXP_VFXTAG_DIR_GAS_CANISTER
  44. EXP_VFXTAG_BULLET
  45. EXP_VFXTAG_SMOKE_GRENADE
  46. EXP_VFXTAG_BZGAS
  47. EXP_VFXTAG_FBI4_TRUCK_DOORS
  48. EXP_VFXTAG_GAS_CANISTER
  49. EXP_VFXTAG_EXTINGUISHER
  50. EXP_VFXTAG_TRAIN
  51. EXP_VFXTAG_BARREL
  52. EXP_VFXTAG_PROPANE
  53. EXP_VFXTAG_BLIMP
  54. EXP_VFXTAG_FLARE
  55. EXP_VFXTAG_PLANE_ROCKET
  56. EXP_VFXTAG_TANKER
  57. EXP_VFXTAG_PLANE
  58. EXP_VFXTAG_BOAT
  59. EXP_VFXTAG_TANKSHELL
  60.  
  61. //////////////////// GROUP FORMATION ////////////////////
  62.  
  63. SET_GROUP_FORMATION(int groupId, int formationType)
  64.  
  65. #formationType:
  66. 0: Default.
  67. 1: Circle around player.
  68. 2: Alternative circle around your player.
  69. 3: Line with Leader in the middle.
  70.  
  71. //////////////////// WALK STYLE ////////////////////
  72.  
  73. SET_PED_MOVEMENT_CLIPSET(Ped ped, char *clipSet, float p2)
  74.  
  75. #clipSet:
  76.  
  77. //////////////////// ALL ANIMATION ////////////////////
  78.  
  79. http://www.gta5-mystery-busters.onet.domains/tools/anims.php
  80.  
  81. //////////////////// DRIVE STYLE ////////////////////
  82.  
  83. DrivingStyleNormal = 0xC00AB,
  84. DrivingStyleIgnoreLights = 0x2C0025,
  85. DrivingStyleSometimesOvertakeTraffic = 5,
  86. DrivingStyleRushed = 0x400C0025,
  87. DrivingStyleAvoidTraffic = 0xC0024,
  88. DrivingStyleAvoidTrafficExtremely = 6,
  89.  
  90. //////////////////// VEHICLE DOORS ////////////////////
  91.  
  92. VehicleDoorFrontRightDoor = 1,
  93. VehicleDoorFrontLeftDoor = 0,
  94. VehicleDoorBackRightDoor = 3,
  95. VehicleDoorBackLeftDoor = 2,
  96. VehicleDoorHood = 4,
  97. VehicleDoorTrunk = 5,
  98. VehicleDoorTrunk2 = 6,
  99.  
  100. //////////////////// VEHICLE SEATS ////////////////////
  101.  
  102. VehicleSeatNone = -3,
  103. VehicleSeatAny = -2,
  104. VehicleSeatDriver = -1,
  105. VehicleSeatPassenger = 0,
  106. VehicleSeatLeftFront = -1,
  107. VehicleSeatRightFront = 0,
  108. VehicleSeatLeftRear = 1,
  109. VehicleSeatRightRear = 2,
  110.  
  111. //////////////////// RELATIONSHIP ////////////////////
  112.  
  113. RelationshipHate = 5,
  114. RelationshipDislike = 4,
  115. RelationshipNeutral = 3,
  116. RelationshipLike = 2,
  117. RelationshipRespect = 1,
  118. RelationshipCompanion = 0,
  119. RelationshipPedestrians = 255 // or neutral
  120.  
  121. //////////////////// HUD COMPONENT ////////////////////
  122.  
  123. HudComponentMain = 0,
  124. HudComponentWantedStars,
  125. HudComponentWeaponIcon,
  126. HudComponentCash,
  127. HudComponentMpCash,
  128. HudComponentMpMessage,
  129. HudComponentVehicleName,
  130. HudComponentAreaName,
  131. HudComponentUnused,
  132. HudComponentStreetName,
  133. HudComponentHelpText,
  134. HudComponentFloatingHelpText1,
  135. HudComponentFloatingHelpText2,
  136. HudComponentCashChange,
  137. HudComponentReticle,
  138. HudComponentSubtitleText,
  139. HudComponentRadioStationsWheel,
  140. HudComponentSaving,
  141. HudComponentGameStreamUnused,
  142. HudComponentWeaponWheel,
  143. HudComponentWeaponWheelStats
  144.  
  145. //////////////////// FIRING PATTERN ////////////////////
  146.  
  147. FiringPatternFullAuto = 0xC6EE6B4C,
  148. FiringPatternBurstFire = 0xD6FF6D61,
  149. FiringPatternBurstInCover = 0x026321F1,
  150. FiringPatternBurstFireDriveby = 0xD31265F2,
  151. FiringPatternFromGround = 0x2264E5D6,
  152. FiringPatternDelayFireByOneSec = 0x7A845691,
  153. FiringPatternSingleShot = 0x5D60E4E0,
  154. FiringPatternBurstFirePistol = 0xA018DB8A,
  155. FiringPatternBurstFireSMG = 0xD10DADEE,
  156. FiringPatternBurstFireRifle = 0x9C74B406,
  157. FiringPatternBurstFireMG = 0xB573C5B4,
  158. FiringPatternBurstFirePumpShotGun = 0x00BAC39B,
  159. FiringPatternBurstFireHeli = 0x914E786F,
  160. FiringPatternBurstFireMicro = 0x42EF03FD,
  161. FiringPatternBurstFireBursts = 0x42EF03FD,
  162. FiringPatternBurstFireTank = 0xE2CA3A71
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement