From 045aab38f96b3cc0331dad23ab700b41369c67af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kto=C5=9B?= <43894510+Ktos93@users.noreply.github.com> Date: Fri, 10 Jul 2020 12:33:50 +0200 Subject: [PATCH] Update client.lua --- client.lua | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/client.lua b/client.lua index 66f6879..b8aeeeb 100644 --- a/client.lua +++ b/client.lua @@ -592,13 +592,12 @@ AddEventHandler('redemrp_clothing:load', function(skin, ubranie , target) Citizen.InvokeNative(0xD3A7B003ED343FD9 , _target, tonumber(hash), false, true, true) end end - + Wait(500) Citizen.InvokeNative(0x704C908E9C405136, _target) Citizen.InvokeNative(0xAAB86462966168CE, _target, 1) Citizen.InvokeNative(0xCC8CA3E88256E58F, _target, 0, 1, 1, 1, 0) Wait(500) - test = Citizen.InvokeNative(0xA0BC8FAED8CFEB3C, _target) - + test = Citizen.InvokeNative(0xA0BC8FAED8CFEB3C, _target) end SetEntityAlpha(_target, 255) @@ -694,11 +693,6 @@ end) - - - - - local Outfits_tab = {} RegisterNetEvent('redemrp_clothing:OpenOutfits') AddEventHandler('redemrp_clothing:OpenOutfits', function() @@ -844,6 +838,3 @@ Citizen.CreateThread(function() end end end) - - -