From 09974157752f3087b4231021660ac57c4099e8fb Mon Sep 17 00:00:00 2001 From: Viktor <35453587+LifeGoal@users.noreply.github.com> Date: Tue, 7 Aug 2018 22:35:56 +0200 Subject: [PATCH] Added police barrier --- client/main.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/main.lua b/client/main.lua index 0e2f99c5..a1dd6871 100644 --- a/client/main.lua +++ b/client/main.lua @@ -631,7 +631,7 @@ function OpenPoliceActionsMenu() align = 'top-left', elements = { {label = _U('cone'), value = 'prop_roadcone02a'}, - {label = _U('barrier'), value = 'prop_barrier_work06a'}, + {label = _U('barrier'), value = 'prop_barrier_work05'}, {label = _U('spikestrips'), value = 'p_ld_stinger_s'}, {label = _U('box'), value = 'prop_boxpile_07d'}, {label = _U('cash'), value = 'hei_prop_cash_crate_half_full'} @@ -1808,7 +1808,7 @@ Citizen.CreateThread(function() local trackedEntities = { 'prop_roadcone02a', - 'prop_barrier_work06a', + 'prop_barrier_work05', 'p_ld_stinger_s', 'prop_boxpile_07d', 'hei_prop_cash_crate_half_full' @@ -2034,4 +2034,4 @@ function ImpoundVehicle(vehicle) ESX.Game.DeleteVehicle(vehicle) ESX.ShowNotification(_U('impound_successful')) CurrentTask.Busy = false -end \ No newline at end of file +end