Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1.  
  2. "settings"
  3. {
  4. // Maximum weapon slots supported in the wheel is 10
  5.  
  6. // the left most edge of slot 0 starts on the wheel here and goes around clockwise
  7. // angle 0 is north, angle 180 is south
  8. starting_angle 270
  9.  
  10. // 7 slots split equally is a wedge size of 51.42855
  11.  
  12. // Place slots/weapons in the order you want them to show up
  13. // SLOT NAME // WEDGE WIDTH (must add up to 360)
  14. HEGRENADE 90
  15. SMOKEGRENADE 90
  16. MOLOTOV 90
  17. FLASHBANG 90
  18. //DECOYGRENADE 72
  19.  
  20. //----- VALID SLOT NAMES -----//
  21.  
  22. // [slot names]
  23. //PISTOL
  24. //KNIFE
  25. //RIFLE
  26. //UTILITY
  27. //BOOSTS
  28. //C4
  29. //GRENADES
  30.  
  31. // [individual items]
  32. //FLASHBANG
  33. //HEGRENADE
  34. //SMOKEGRENADE
  35. //DECOYGRENADE
  36. //MOLOTOV
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement