Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update client.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktos93 authored Jul 10, 2020
1 parent f321045 commit 045aab3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -694,11 +693,6 @@ end)








local Outfits_tab = {}
RegisterNetEvent('redemrp_clothing:OpenOutfits')
AddEventHandler('redemrp_clothing:OpenOutfits', function()
Expand Down Expand Up @@ -844,6 +838,3 @@ Citizen.CreateThread(function()
end
end
end)



0 comments on commit 045aab3

Please sign in to comment.