Advertisement
djhonga2001

Untitled

Nov 18th, 2016
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. enum VehicleWeaponHash
  2. {
  3. Invalid = -1,
  4. Tank = 1945616459,
  5. SpaceRocket = -123497569,
  6. PlaneRocket = -821520672,
  7. PlayerLaser = -268631733,
  8. PlayerBullet = 1259576109,
  9. PlayerBuzzard = 1186503822,
  10. PlayerHunter = -1625648674,
  11. PlayerLazer = -494786007,
  12. EnemyLaser = 1566990507,
  13. SearchLight = -844344963,
  14. Radar = -764006018
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement