GetObject

This commit is contained in:
GhzGarage
2021-07-01 21:45:05 -05:00
parent 4f4b840f87
commit ebbf7a3378
2 changed files with 26 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
function GetSharedObject()
return QBCore
end
exports('GetSharedObject', GetSharedObject)
QBCore = exports['qb-core']:GetSharedObject()