Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Vehicle & backpack Paintshop
- By Halv
- Copyright (C) 2015 Halvhjearne > README.md
- edited by dew for exile
- */
- //these are the classnames of buildings that will activate the paintshop
- _paintshopbuildings = ["Land_CarService_F","Land_Repair_center","Exile_Construction_Flag_Static"];
- //add textures and preset colors here
- _textures = [
- //preset colors
- ["Color Red","#(argb,8,8,3)color(1,0,0,1)"],
- ["Color Green","#(argb,8,8,3)color(0,1,0,1)"],
- ["Color Blue","#(argb,8,8,3)color(0,0,1,1)"],
- ["Color Black","#(argb,8,8,3)color(0,0,0,0.6)"],
- ["Color Pink","#(argb,8,8,3)color(1,0.75,0.84,0.2)"],
- ["Color Tan","#(argb,8,8,3)color(0.8,0.7,0.5,0.2)"],
- //custom textures (have to be in your mission pbo)
- ["Flag AU","\exile_assets\texture\flag\flag_country_au_co.paa"],
- ["Flag BE","\exile_assets\texture\flag\flag_country_be_co.paa"],
- ["Flag BY","\exile_assets\texture\flag\flag_country_by_co.paa"],
- ["Flag CN","\exile_assets\texture\flag\flag_country_cn_co.paa"],
- ["Flag DE","\exile_assets\texture\flag\flag_country_de_co.paa"],
- ["Flag FI","\exile_assets\texture\flag\flag_country_fi_co.paa"],
- ["Flag FR","\exile_assets\texture\flag\flag_country_fr_co.paa"],
- ["Flag HR","\exile_assets\texture\flag\flag_country_hr_co.paa"],
- ["Flag PL","\exile_assets\texture\flag\flag_country_pl_co.paa"],
- ["Flag RU","\exile_assets\texture\flag\flag_country_ru_co.paa"],
- ["Flag SE","\exile_assets\texture\flag\flag_country_se_co.paa"],
- ["Bluescreen","\exile_assets\texture\flag\flag_misc_bss_co.paa"],
- ["Dickbutt","\exile_assets\texture\flag\flag_misc_dickbutt_co.paa"],
- ["Dreamcat","\exile_assets\texture\flag\flag_misc_dream_cat_co.paa"],
- ["Exile","\exile_assets\texture\flag\flag_misc_exile_co.paa"],
- ["Lemonparty","\exile_assets\texture\flag\flag_misc_lemonparty_co.paa"],
- ["Pedobear","\exile_assets\texture\flag\flag_misc_pedobear_co.paa"],
- ["Petoria","\exile_assets\texture\flag\flag_misc_petoria_co.paa"],
- ["Pirate","\exile_assets\texture\flag\flag_misc_pirate_co.paa"],
- ["Rainbow","\exile_assets\texture\flag\flag_misc_rainbow_co.paa"],
- ["Cardman","\exile_assets\texture\flag\flag_misc_rma_co.paa"],
- ["Skippy","\exile_assets\texture\flag\flag_misc_skippy_co.paa"],
- ["Smashing","\exile_assets\texture\flag\flag_misc_smashing_co.paa"],
- ["Svarog","\exile_assets\texture\flag\flag_misc_svarog_co.paa"],
- ["Trololol","\exile_assets\texture\flag\flag_misc_trololol_co.paa"],
- ["Holigans","\exile_assets\texture\flag\flag_trouble2_co.paa"],
- ["Camo 1","images\1.paa"],
- ["Camo 2","images\2.paa"],
- ["Camo 3","images\3.paa"],
- ["Camo 4","images\4.paa"],
- ["Camo 5","images\5.paa"],
- ["Camo 6","images\6.paa"],
- ["Camo 7","images\7.paa"],
- ["Camo 8","images\8.paa"],
- ["Camo 9","images\9.paa"]
- ];
Advertisement
Add Comment
Please, Sign In to add comment