IsCardOpen
This exports checks if a player opened the card
exports.bcs_licensemanager:IsCardOpen(target)
Parameters
Params | Data Type | Description |
---|---|---|
target | number | The player server id |
Example
local open = exports.bcs_licensemanager:IsCardOpen(source)
if open then
print('The player has the card open')
else
print('The player does not have the card open')
end
Last updated on