Re-add terminal item and info

This commit is contained in:
Jim Shield
2025-05-21 10:59:07 +01:00
parent fdf92fde64
commit 4bc2aaa95f
3 changed files with 13 additions and 2 deletions

View File

@@ -19,6 +19,12 @@ onResourceStart(function()
})
end
if Items["terminal"] then
createUseableItem("terminal", function(source, item)
TriggerClientEvent(getScript()..":client:Charge", source, {}, true)
end)
end
createCallback(getScript()..":MakePlayerList", function(source)
local onlineList = {}
for _, v in pairs(GetPlayers()) do