From 2795a1985fc5a0781ec464db25b072ee10572cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Fri, 25 Aug 2017 09:35:42 +0200 Subject: [PATCH] Load Slautherer and textil IPLs --- client/esx_jobs_cl.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/client/esx_jobs_cl.lua b/client/esx_jobs_cl.lua index 651aec84..db973daf 100644 --- a/client/esx_jobs_cl.lua +++ b/client/esx_jobs_cl.lua @@ -571,3 +571,18 @@ Citizen.CreateThread(function() end end end) + +Citizen.CreateThread(function() + + -- Slaughterer + RemoveIpl("CS1_02_cf_offmission") + RequestIpl("CS1_02_cf_onmission1") + RequestIpl("CS1_02_cf_onmission2") + RequestIpl("CS1_02_cf_onmission3") + RequestIpl("CS1_02_cf_onmission4") + + -- Textil + RequestIpl("id2_14_during_door") + RequestIpl("id2_14_during1") + +end) \ No newline at end of file