Last active
June 3, 2018 19:10
-
-
Save TheIndra55/5761a48f28d16e9656d1cc2a46376faf to your computer and use it in GitHub Desktop.
GTAV interior props
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- get the interior id of floyd's house | |
local interiorid = GetInteriorAtCoords(-1157.1294, -1523.0276, 9.6327) | |
-- load the interior props | |
EnableInteriorProp(interiorid, "swap_clean_apt") | |
EnableInteriorProp(interiorid, "swap_wade_sofa") | |
EnableInteriorProp(interiorid, "layer_sextoys_a") | |
-- always refresh the interior or they won't appear | |
RefreshInterior(interiorid) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Floyd's house (-1157.1294, -1523.0276, 9.6327) | |
- swap_clean_apt | |
- swap_wade_sofa | |
- layer_sextoys_a | |
- layer_mess_A | |
- layer_mess_B | |
- layer_mess_C | |
- layer_sextoys_a | |
- layer_wade_sh*t | |
- swap_wade_sofa_A | |
- layer_debra_pic | |
- layer_torture | |
- swap_sofa_A | |
- swap_sofa_B | |
- layer_whiskey | |
- swap_mrJam_A | |
- swap_mrJam_B | |
- swap_mrJam_C | |
Trevor's trailer | |
- V_26_Trevor_Helmet1 | |
- V_26_Trevor_Helmet2 | |
- V_26_Trevor_Helmet3 | |
- V_24_Trevor_Briefcase1 | |
- V_24_Trevor_Briefcase2 | |
- V_24_Trevor_Briefcase3 | |
- V_26_Michael_Stay1 | |
- V_26_Michael_Stay2 | |
- V_26_Michael_Stay3 | |
Michael's house | |
- V_Michael_M_items | |
- V_Michael_D_items | |
- V_Michael_S_items | |
- V_Michael_L_Items | |
- V_Michael_M_moved | |
- V_Michael_D_Moved | |
- V_Michael_S_items_swap | |
- V_Michael_L_Moved | |
- V_Michael_M_items_swap | |
- V_Michael_FameShame | |
- V_Michael_JewelHeist | |
- Michael_premier | |
- V_Michael_plane_ticket | |
- burgershot_yoga | |
- V_Michael_bed_Messy | |
- V_Michael_bed_tidy | |
Motorcycle club | |
- mod_booth | |
- gun_locker | |
- lower_walls_default | |
- walls_02 | |
- mural_01 | |
- furnishings_02 | |
Michael's garage | |
- V_Michael_Scuba | |
Franklin's aunt's house | |
- V_57_GangBandana | |
- V_57_Safari | |
- V_57_FranklinStuff | |
- V_57_Franklin_LEFT | |
Franklin's house | |
- showhome_only | |
- franklin_unpacking | |
- franklin_settled | |
- progress_tshirtbong_and_wine | |
- progress_flyer | |
- progress_tuxlockedunlocked | |
Fib building | |
- V_FIB03_door_light | |
- V_FIB02_set_AH3b | |
- V_FIB03_set_AH3b | |
- V_FIB04_set_AH3b | |
Simeon's dealership | |
- csr_beforeMission | |
- csr_afterMissionA | |
- csr_afterMissionB | |
- csr_inMission | |
- shutter_open | |
- shutter_closed | |
Hospital | |
- Hospitaldoorsanim | |
- Hospitaldoorsfixed | |
Strip club | |
- V_19_Trevor_Mess | |
Lester's sweatshop | |
- Jewel_Gasmasks | |
- V_53_Agency_Overalls | |
- V_53_Agency_Blueprint | |
- V_35_KitBag | |
- V_35_Body_Armour | |
- V_35_Fireman | |
Ammunation | |
- GunStoreHooks | |
Ammunation with firing range | |
- ClothesLowHipster | |
Low end clothes shop | |
- ClothesLowCHEAP | |
Stilt houses | |
- Stilts_Kitchen_Window | |
High end online apartment | |
- Apart_Hi_Strip_A | |
- Apart_Hi_Strip_B | |
- Apart_Hi_Strip_C | |
- Apart_Hi_Booze_A | |
- Apart_Hi_Booze_B | |
- Apart_Hi_Booze_C | |
- Apart_Hi_Smokes_A | |
- Apart_Hi_Smokes_B | |
- Apart_Hi_Smokes_C | |
Mid end online apartment | |
- Apart_Mid_Strip_A | |
- Apart_Mid_Strip_B | |
- Apart_Mid_Strip_C | |
- Apart_Mid_Booze_A | |
- Apart_Mid_Booze_B | |
- Apart_Mid_Booze_C | |
- Apart_Mid_Smoke_A | |
- Apart_Mid_Smoke_B | |
- Apart_Mid_Smoke_C | |
Low end online apartment | |
- Studio_Lo_Strip_A | |
- Studio_Lo_Strip_B | |
- Studio_Lo_Strip_C | |
- Studio_Lo_Booze_A | |
- Studio_Lo_Booze_B | |
- Studio_Lo_Booze_C | |
- Studio_Lo_Smoke_A | |
- Studio_Lo_Smoke_B | |
- Studio_Lo_Smoke_C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment