Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. class chasseur {
  2. name = "Armement Chasseur";
  3. side = "civ";
  4. license = "chasseur";
  5. level[] = { "", "", -1, "" };
  6. items[] = {
  7. { "hlc_rifle_M1903A1", "", 20000, 45 },
  8. { "hlc_rifle_M1903A1_unertl", "", 45000, 2500 },
  9. { "hlc_rifle_M14", "", 30000, 5000 }
  10. };
  11. mags[] = {
  12. { "hlc_5rnd_3006_1903", "Chargeur M1903A1", 300 },
  13. { "hlc_20Rnd_762x51_B_M14", "Chargeur M14", 275 }
  14. };
  15. accs[] = {
  16. { "hlc_optic_artel_m14", "Viseur M14", 3500 },
  17. { "hlc_muzzle_300blk_KAC", "Silencieux M14", 3600 }
  18. };
  19. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement