Advertisement
Ailnarra

Untitled

Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. class Default_Item_Accred0
  2. {
  3. buy_license_CIV[]={"rebelle_1"};
  4. buy_condition_CIV=0;
  5. buy_price=9999999;
  6. };
  7.  
  8. /////////////////////////////////
  9. // Equipements Divers //
  10. ///////////////////////////////
  11. class SkylineItems_Couteau: Default_Item_Accred0
  12. {
  13. buy_price=550;
  14. buy_condition_EAST=4;
  15. };
  16.  
  17. class Skyline_GasMask: Default_Item_Accred0
  18. {
  19. name="Masque à gaz illégal";
  20. protect_contamination_air=1;
  21. };
  22.  
  23. class RH_tec9
  24. {
  25. buy_price=89000;
  26. buy_condition_EAST=4;
  27. };
  28.  
  29. class RH_32Rnd_9x19_tec
  30. {
  31. buy_price=500;
  32. buy_condition_EAST=4;
  33. };
  34.  
  35. class RH_muzi
  36. {
  37. buy_price=150000;
  38. buy_condition_EAST=500;
  39. };
  40.  
  41. class RH_30Rnd_9x19_UZI
  42. {
  43. buy_price=500;
  44. buy_condition_EAST=4;
  45. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement