A group app for lb-phone the utilizes qb-phone compatible exports. This should work with most resources that expect a qb-phone style group but there might be corner cases. This isn't great code but it works.
QB/QBOX supported with bridge
Download the release version and copy to your server.
- RijayJH for original code
- overextended for ox_lib
Both export.slrn_groups and exports['qb-phone'] are supported.
exports.slrn_groups:NotifyGroup(groupID, msg, type)exports.slrn_groups:pNotifyGroup(groupID, header, msg)exports.slrn_groups:CreateBlipForGroup(groupID, name, data)exports.slrn_groups:RemoveBlipForGroup(groupID, name)exports.slrn_groups:GetGroupByMembers(src)exports.slrn_groups:getGroupMembers(groupID)exports.slrn_groups:getGroupSize(groupID)exports.slrn_groups:GetGroupLeader(groupID)exports.slrn_groups:DestroyGroup(groupID)exports.slrn_groups:isGroupLeader(src, groupID)exports.slrn_groups:setJobStatus(groupID, status, stages)exports.slrn_groups:getJobStatus(groupID)exports.slrn_groups:resetJobStatus(groupID)exports.slrn_groups:isGroupTemp(groupID)exports.slrn_groups:CreateGroup(src, name, password)Copyright © 2024 Solareon https://github.com/solareon
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.