Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LawZze committed Dec 2, 2019
2 parents b5ac891 + 44b5ddc commit cb36275
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Syndicat = syndicat
**Ajouter un Métier à un joueur/Adding a Business to a Player**
* /setjob ID NomMetier Grade

**Ajouter une Organisation à un joueur/Adding an Organization to a Player**
**Ajouter un Gang à un joueur/Adding an Gang to a Player**
* /setjob2 ID NomMetier Grade

**Bannir un joueur/Banning a player**
Expand Down
21 changes: 20 additions & 1 deletion resources/[esx]/[non-esx]/bob74_ipl/client.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Citizen.CreateThread(function()

-- Ferris Wheel
RequestIpl("ferris_finale_anim")
RequestIpl("ferris_finale_anim_lod")

-- Simeon: -47.16170 -1115.3327 26.5
RequestIpl("shr_int")

Expand Down Expand Up @@ -129,6 +133,21 @@ Citizen.CreateThread(function()
RequestIpl("hei_yacht_heist_LODLights")
RequestIpl("hei_yacht_heist_Lounge")

-- Gunrunning Yacht: -1363.724, 6734.108, 2.44598
RequestIpl("gr_heist_yacht2")
RequestIpl("gr_heist_yacht2_bar")
RequestIpl("gr_heist_yacht2_bar_lod")
RequestIpl("gr_heist_yacht2_bedrm")
RequestIpl("gr_heist_yacht2_bedrm_lod")
RequestIpl("gr_heist_yacht2_bridge")
RequestIpl("gr_heist_yacht2_bridge_lod")
RequestIpl("gr_heist_yacht2_enginrm")
RequestIpl("gr_heist_yacht2_enginrm_lod")
RequestIpl("gr_heist_yacht2_lod")
RequestIpl("gr_heist_yacht2_lounge")
RequestIpl("gr_heist_yacht2_lounge_lod")
RequestIpl("gr_heist_yacht2_slod")

-- Bunkers - Exteriors
--RequestIpl("gr_case0_bunkerclosed")
--RequestIpl("gr_case1_bunkerclosed")
Expand Down Expand Up @@ -276,4 +295,4 @@ Citizen.CreateThread(function()
-- RequestIpl("imp_impexp_interior_placement_interior_1_impexp_intwaremed_milo_")
-- RequestIpl("imp_impexp_interior_placement_interior_2_imptexp_mod_int_01_milo_")

end)
end)

0 comments on commit cb36275

Please sign in to comment.