mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-16 22:06:02 +01:00
Re-add terminal item and info
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user