Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. class cop_car {
  2. side = "cop";
  3. conditions = "";
  4. vehicles[] = {
  5. { "V12_308GTI_POLICE", "call life_coplevel >= 1" },
  6. { "V12_MEGANERS18COP", "call life_coplevel >= 1" },
  7. { "V12_SVRCOP", "call life_coplevel >= 1" },
  8. { "V12_RAMCOP_NOIR", "call life_coplevel >= 3" },
  9. { "V12_CLASSX_POLICE", "call life_coplevel >= 3" },
  10. { "V12_MEGANERS18COP", "call life_coplevel >= 5" },
  11. { "V12_ROYALGOUV", "call life_coplevel >= 7" }
  12. };
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement