Guest User

Untitled

a guest
May 17th, 2016
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. /*
  2. Vehicle & backpack Paintshop
  3. By Halv
  4.  
  5. Copyright (C) 2015 Halvhjearne > README.md
  6. edited by dew for exile
  7. */
  8. //these are the classnames of buildings that will activate the paintshop
  9. _paintshopbuildings = ["Land_CarService_F","Land_Repair_center","Exile_Construction_Flag_Static"];
  10. //add textures and preset colors here
  11. _textures = [
  12. //preset colors
  13. ["Color Red","#(argb,8,8,3)color(1,0,0,1)"],
  14. ["Color Green","#(argb,8,8,3)color(0,1,0,1)"],
  15. ["Color Blue","#(argb,8,8,3)color(0,0,1,1)"],
  16. ["Color Black","#(argb,8,8,3)color(0,0,0,0.6)"],
  17. ["Color Pink","#(argb,8,8,3)color(1,0.75,0.84,0.2)"],
  18. ["Color Tan","#(argb,8,8,3)color(0.8,0.7,0.5,0.2)"],
  19. //custom textures (have to be in your mission pbo)
  20. ["Flag AU","\exile_assets\texture\flag\flag_country_au_co.paa"],
  21. ["Flag BE","\exile_assets\texture\flag\flag_country_be_co.paa"],
  22. ["Flag BY","\exile_assets\texture\flag\flag_country_by_co.paa"],
  23. ["Flag CN","\exile_assets\texture\flag\flag_country_cn_co.paa"],
  24. ["Flag DE","\exile_assets\texture\flag\flag_country_de_co.paa"],
  25. ["Flag FI","\exile_assets\texture\flag\flag_country_fi_co.paa"],
  26. ["Flag FR","\exile_assets\texture\flag\flag_country_fr_co.paa"],
  27. ["Flag HR","\exile_assets\texture\flag\flag_country_hr_co.paa"],
  28. ["Flag PL","\exile_assets\texture\flag\flag_country_pl_co.paa"],
  29. ["Flag RU","\exile_assets\texture\flag\flag_country_ru_co.paa"],
  30. ["Flag SE","\exile_assets\texture\flag\flag_country_se_co.paa"],
  31. ["Bluescreen","\exile_assets\texture\flag\flag_misc_bss_co.paa"],
  32. ["Dickbutt","\exile_assets\texture\flag\flag_misc_dickbutt_co.paa"],
  33. ["Dreamcat","\exile_assets\texture\flag\flag_misc_dream_cat_co.paa"],
  34. ["Exile","\exile_assets\texture\flag\flag_misc_exile_co.paa"],
  35. ["Lemonparty","\exile_assets\texture\flag\flag_misc_lemonparty_co.paa"],
  36. ["Pedobear","\exile_assets\texture\flag\flag_misc_pedobear_co.paa"],
  37. ["Petoria","\exile_assets\texture\flag\flag_misc_petoria_co.paa"],
  38. ["Pirate","\exile_assets\texture\flag\flag_misc_pirate_co.paa"],
  39. ["Rainbow","\exile_assets\texture\flag\flag_misc_rainbow_co.paa"],
  40. ["Cardman","\exile_assets\texture\flag\flag_misc_rma_co.paa"],
  41. ["Skippy","\exile_assets\texture\flag\flag_misc_skippy_co.paa"],
  42. ["Smashing","\exile_assets\texture\flag\flag_misc_smashing_co.paa"],
  43. ["Svarog","\exile_assets\texture\flag\flag_misc_svarog_co.paa"],
  44. ["Trololol","\exile_assets\texture\flag\flag_misc_trololol_co.paa"],
  45. ["Holigans","\exile_assets\texture\flag\flag_trouble2_co.paa"],
  46. ["Camo 1","images\1.paa"],
  47. ["Camo 2","images\2.paa"],
  48. ["Camo 3","images\3.paa"],
  49. ["Camo 4","images\4.paa"],
  50. ["Camo 5","images\5.paa"],
  51. ["Camo 6","images\6.paa"],
  52. ["Camo 7","images\7.paa"],
  53. ["Camo 8","images\8.paa"],
  54. ["Camo 9","images\9.paa"]
  55. ];
Advertisement
Add Comment
Please, Sign In to add comment