Advanced party system - morello's group - [esx-qb/qbx-standalone]

A script by SS4INTTT

No reviews yet.
Advanced party system - morello's group - [esx-qb/qbx-standalone] main image

Full Description

Hey there! Welcome to my first release to public
We’re all about creating cool, easy-to-use scripts that help make your server even better.

MORELLO’S GROUP is An advanced party/group system with real-time synchronization, UI interface, and player tracking features.

https://www.youtube.com/watch?v=8joWRJ8HpN4


-DEPENDENCIES
None (Standalone resource)

WHERE TO BUY
TEBEX

DISCORD LINK
Morello Scripts Discord


**Features

**Core Functionality

*Party Management

  • Create/Join/Leave parties
  • Public and private party options
  • Leader-based management system
  • Player invitations with timeout
  • Kick/Remove members (leader only)
  • Party dissolution (leader only)
  • This party plugin is designed to work within a certain distance range. If someone in the
    party goes beyond that range, their entity disappears from the party. Once they come back
    within range, their tag becomes visible again.

**UI System

**Main Menu

  • Clean, modern interface
  • Current party status display
  • Party member list with roles
  • Invitation management
    *Party List
  • Available parties display
  • Join requests
  • Privacy status indicators
  • *Member Management
  • Real-time member status
  • Role indicators (leader/member)
  • Kick/Remove options for leaders

*Player Tracking

*Blip System

  • Real-time member location tracking
  • Toggle blips on/off
  • Performance-optimized updates
  • Automatic cleanup

*Performance Features

  • Optimized proximity calculations
  • Efficient state management
  • Smart update intervals
  • Resource cleanup on party dissolution
  • Memory leak prevention

**Commands

  • /party - Open party menu
  • /partyblips - Toggle member blips on/off
  • /partyon - Enable players to be visible in search list
  • /partyoff - Disable players to be visible in search list

**Installation

  1. Download the resource
  2. Place it in your resources folder
  3. Add ensure morellos_group to your server.cfg
  4. Start your server

**Configuration

The resource includes a comprehensive configuration file (config.lua) that allows you to customize various aspects of the system.


**Performance Impact

  • Minimal CPU usage (~0.1ms)
  • Optimized memory usage
  • Smart update intervals
  • Efficient state management

**Future Plans

  • Voice chat integration
  • Extended party roles
  • Party statistics tracking
  • Custom party themes
  • API expansion for better integration
  • and more…

exports {
– Exports del cliente
‘GetCurrentPartyData’,
‘IsMenuOpen’,
‘OpenPartyMenuExport’, – Cambiar a la nueva función para evitar la recursión
‘ClosePartyMenu’,
‘TogglePartyUI’,
‘SetDoNotDisturbMode’,
‘GetDoNotDisturbMode’,
‘ForceUIRefresh’
}

server_exports {
– Exports del servidor definidos en exports.lua
‘IsPlayerInGroup’,
‘GetPlayerGroupRole’,
‘IsPlayerGroupLeader’,
‘GetGroupMembers’,
‘ArePlayersInSameGroup’,
‘InvitePlayerToGroup’,
‘CreateGroup’,
‘AddPlayerToGroup’,
‘GetAllGroups’,
‘GetGroupInfo’,
‘CountGroupMembers’,
‘GetGroupsData’,
‘GetPlayerGroupLookup’
}

Code is accessible No
Subscription-based No
Lines (approximately) +2677
Requirements NO DEPENDENCY
Support Yes

| | |

Config Merger
Have you tried Config Merger? Merge your configs easily