Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. class civ_car {
  2. side = "civ";
  3. conditions = "";
  4. vehicles[] = {
  5. { "V12_RS3_BLEU", "" },
  6. { "V12_RS3_NOIR", "" },
  7. { "V12_RS3_NOIRM", "" },
  8. { "V12_RS3_ROUGE", "" },
  9. { "V12_RS4AV_BLANC", "" },
  10. { "V12_RS4AV_BLEU", "" },
  11. { "V12_RS4AV_NOIR", "" },
  12. { "V12_RS4AV_ROUGE", "" },
  13. { "V12_135i_BLEU", "" },
  14. { "V12_135i_NOIR", "" },
  15. { "V12_135i_ROUGE", "" },
  16. { "V12_X62_MET", "" },
  17. { "V12_X6_MET", "" },
  18. { "V12_X61_MET", "" },
  19. { "V12_AE86_BLEU", "" },
  20. { "V12_AE86_NOIR", "" },
  21. { "V12_AE86", "" },
  22. { "V12_MK22", "" },
  23. { "V12_MK2", "" },
  24. { "V12_MK21", "" },
  25. { "V12_RS4AV_NOIR", "" },
  26. { "V12_CIVIC_TODO", "" },
  27. { "V12_Z4_BLANC", "" },
  28. { "V12_Z4_BLEU", "" },
  29. { "V12_Z4_NOIR", "" },
  30. { "V12_Z4_ROUGE", "" },
  31. { "V12_VENDURA_NOIR", "" }
  32. };
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement