Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add points system for built-in queue #367

Open
Tracked by #486
SKITTLE6969 opened this issue Feb 15, 2024 · 9 comments
Open
Tracked by #486

Add points system for built-in queue #367

SKITTLE6969 opened this issue Feb 15, 2024 · 9 comments
Assignees
Labels
enhancement New feature or request

Comments

@SKITTLE6969
Copy link
Contributor

The problem

missing couple of options from the standard queue system

Ideal solution

add below config options to the queue system may be, if that is not in the bucket list at least add config option to enable/disable built in queue system and use a 3rd party one

https://github.com/Nick78111/ConnectQueue/blob/b170946921a85640786422fd723ea91bbd23f72d/connectqueue/server/sv_queue_config.lua#L6

https://github.com/Nick78111/ConnectQueue/blob/b170946921a85640786422fd723ea91bbd23f72d/connectqueue/server/sv_queue_config.lua#L31

Alternative solutions

No response

Additional context

No response

@SKITTLE6969 SKITTLE6969 added the enhancement New feature or request label Feb 15, 2024
@D4isDAVID D4isDAVID self-assigned this Feb 15, 2024
@solareon
Copy link
Member

Regarding the disabling of the queue. If you set the convar as described here then any external queue should work.

@D4isDAVID
Copy link
Member

D4isDAVID commented Feb 15, 2024

The grace time option will be added.

Other than that like @solareon said there is already an option to enable/disable the built-in queue system with the qbx:enablequeue convar.

Queue priority using points is not planned at all, instead you should be using the sub-queue system, which can be set-up to have similar functionality.

@D4isDAVID
Copy link
Member

Just a note that although a fix has been pushed already the docs above were invalid and you should specify set qbx:enablequeue "false", and not "true".

@SKITTLE6969
Copy link
Contributor Author

i saw and tried that but below happens @_@
[ script:qbx_core] [qbx_core] [ERROR] @qbx_core/server/events.lua:128: attempt to index a boolean value (upvalue 'queue')

@DevX32
Copy link
Contributor

DevX32 commented Feb 16, 2024

i saw and tried that but below happens @_@ [ script:qbx_core] [qbx_core] [ERROR] @qbx_core/server/events.lua:128: attempt to index a boolean value (upvalue 'queue')
are u adding one by one in ur server or whole qbx_core bcz i checked i am not having that issue

@D4isDAVID
Copy link
Member

That is a real issue that happens when turning off the queue. It'll be fixed.

@D4isDAVID
Copy link
Member

@SKITTLE6969 disabling the queue has been fixed.

The team also had a little discussion about your suggestion so some sort of a points system will be done after all as well.

@SKITTLE6969
Copy link
Contributor Author

@SKITTLE6969 disabling the queue has been fixed.

The team also had a little discussion about your suggestion so some sort of a points system will be done after all as well.

Thank you <3 much appreciated

@D4isDAVID
Copy link
Member

Don't close the issue yet, we still haven't implemented the suggestion.

@D4isDAVID D4isDAVID changed the title [Enhancement] built in queue priority system Add points system for built-in queue Jun 16, 2024
@D4isDAVID D4isDAVID mentioned this issue Jun 16, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

4 participants