Skip to content

FjamZoo/slrn_groups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slrn_groups

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

Installation

Download the release version and copy to your server.

Support

Credits

Dependencies

Exports (server side only)

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

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/.

About

A groups app for the lb-phone resource for FiveM providing qb-phone compatibility

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 37.8%
  • Lua 36.3%
  • CSS 15.3%
  • HTML 10.6%