EXPORT INTEGRATION
-- @param identifier - player identifier
-- @param type - license type ( driving, weapon or any other valid license from the config )
-- @param vehicletype - vehicle type ( none, car, truck, motorcycle, boat, plane, helicopter )
exports['Buty-license']:AddLicense('identifier', 'type', 'vehicletype')-- @param identifier - player identifier
-- @param type - license type ( driving, weapon or any other valid license from the config )
-- @param vehicletype - vehicle type ( none, car, truck, motorcycle, boat, plane, helicopter )
exports['Buty-license']:RemoveLicense('identifier', 'type', 'vehicletype')Last updated