Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. class cop_car {
  2. side = "cop";
  3. conditions = "";
  4. vehicles[] = {
  5. { "IvecoCh_GN", "call life_coplevel >= 2" },
  6. { "Hosali_BMWR1200RT", "call life_coplevel >= 2" },
  7. { "SRT8_12Plu_civ", "call life_coplevel >= 2" },
  8. { "M5_13_Sheriff", "call life_coplevel >= 2" },
  9. { "RS6_AvantPlu", "call life_coplevel >= 2" },
  10. { "RS7Plu", "call life_coplevel >= 2" },
  11. { "FFPlu", "call life_coplevel >= 4" },
  12. { "X5_Sheriff", "call life_coplevel >= 2" },
  13. { "RS5_13_Sheriff", "call life_coplevel >= 2" },
  14. { "Mk3Plu", "call life_coplevel >= 1" },
  15. { "GT500POlu_civ", "call life_coplevel >= 2" },
  16. { "A45Plu_m_civ", "call life_coplevel >= 2" },
  17. { "ML63POlu", "call life_coplevel >= 1" },
  18. { "R35Plu_civ", "call life_coplevel >= 2" },
  19. { "M5_PD02", "call life_coplevel >= 3" },
  20. { "Abruzzi_LencoPD_Swat", "call life_coplevel >= 3" }
  21. };
  22. };
  23.  
  24. class cop_fbi {
  25. side = "cop";
  26. conditions = "";
  27. vehicles[] = {
  28. { "M5_13_State", "" },
  29. { "RS5_13_State", "" },
  30. { "X5_State", "" },
  31. { "RS7PluBKA", "" },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement