Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zRxnx committed Jan 21, 2024
1 parent c887b9a commit 3c93ba0
Show file tree
Hide file tree
Showing 43 changed files with 1,055 additions and 1,672 deletions.
5 changes: 3 additions & 2 deletions [core]/es_extended/client/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if GetResourceState('ox_inventory') ~= 'missing' then
Config.OxInventory = true
end

RegisterNetEvent('esx:getSharedObject', function()
print(('[^1ERROR^7] Resource ^5%s^7 Used the ^5getSharedObject^7 Event, this event ^1no longer exists!^7 Visit https://documentation.esx-framework.org/tutorials/tutorials-esx/sharedevent for how to fix!'):format(GetInvokingResource))
AddEventHandler("esx:getSharedObject", function()
local Invoke = GetInvokingResource()
print(("[^1ERROR^7] Resource ^5%s^7 Used the ^5getSharedObject^7 Event, this event ^1no longer exists!^7 Visit https://documentation.esx-framework.org/tutorials/tutorials-esx/sharedevent for how to fix!"):format(Invoke))
end)
723 changes: 263 additions & 460 deletions [core]/es_extended/client/functions.lua

Large diffs are not rendered by default.

Loading

0 comments on commit 3c93ba0

Please sign in to comment.