Events/Exports

Used To Check if Currently in Jail

local inJail = exports['SickJail']:GetJailTime() 
if inJail then 
    print('You are in jail') 
else 
    print('Yay you are NOT in Jail!') 
end

All Exports are Client Side only!

Last updated