IsCardOpen
This exports checks if a player opened the card
exports.bcs_licensemanager:IsCardOpen()
Example
local open = exports.bcs_licensemanager:IsCardOpen()
if open then
print('The player has the card open')
else
print('The player does not have the card open')
end
Last updated on