- 黄金
- 56.63 黄金
--Send to jail
RegisterNetEvent('pickle_prisons:sendToJail', function(target, time)
-- Add your jail event trigger here? WILL BE ADDING BUILT IN JAIL SYSTEM SOON!
-- 'target' = Server ID of target / 'time' minutes input for months
print('Jailing '..target..' for '..time..' minutes')
end)
RegisterNetEvent('pickle_prisons:sendToJail', function(target, time)
-- Add your jail event trigger here? WILL BE ADDING BUILT IN JAIL SYSTEM SOON!
-- 'target' = Server ID of target / 'time' minutes input for months
print('Jailing '..target..' for '..time..' minutes')
end)