Advertisement
ObtiMus

Untitled

Jul 29th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1.  
  2.  
  3. /* Defines */
  4.  
  5. #define KNIFE_DIR "models/CaNoILKnives/Knives/"
  6. #define V_KNIFEMODEL "v_knife"
  7. #define MAX_KNIFE 21
  8.  
  9.  
  10.  
  11. { "Normal Boxer", "0", "0", "0", "0" },
  12. { "Red Boxer", "15000", "7", "10", "4" },
  13. { "Blue Boxer", "25000", "14", "25", "7" },
  14. { "Cool Knife", "40000", "20", "30", "10" },
  15. { "Dokran", "50000", "25", "37", "13" },
  16. { "Fight Knife", "65000", "31", "43", "16" },
  17. { "Killing Knife", "80000", "38", "49", "19" },
  18. { "Sexy Knife", "100000", "44", "55", "21" },
  19. { "Katana", "150000", "49", "61", "24" },
  20. { "Gold Knife", "200000", "54", "82", "27" },
  21. { "Rozeah Knife", "300000", "70", "70", "30" },
  22. { "Deadrick Knife", "500000", "80", "80", "34" },
  23. { "Ninja Knife", "720000", "100", "100", "40" },
  24. { "Axe Knife", "2000000", "150", "150", "50" },
  25. { "Double Rozeah", "2500000", "170", "170", "60" },
  26. { "Double DeadricK", "3000000", "175", "175", "70" },
  27. { "Take Lifing", "3500000", "180", "180", "80" },
  28. { "Chef Knife", "4000000", "185", "185", "90" },
  29. { "One Killing", "4500000", "190", "190", "93" },
  30. { "Leader Knife", "5000000", "200", "200", "95" },
  31. { "Assain's Knife", "5500000", "205", "205", "99" }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement