Works for me?
still doesnât work for me
Whatâs not working?.. Explain.
I followed all the steps and even discord_perms is well configured ⌠and when I want to use this script it doesnât put me in the queue ⌠I do not know what it could be
It only puts you in the queue if people are waiting to get into the server
but I have the option âonlyActiveWhenFullâ in false âŚ
@Chonak check if you dont have any other script interfering with this one, i had that problem too. Queue is fully working for me, only thing i havent checked is when its full.
10/10 easy config and great add to any server
@Rockz what kind of scripts do you think would be conflicting i cant find anything of the sort
same error here SCRIPT ERROR: @Bad-DiscordQueue-master/server.lua:75: bad argument #2 to âgsubâ (string/function/table expected)
Had a typo, fixed it. Sorry
Hey im woundering if its possible currently or if you plan on adding a export to support sending the ammount of people in a que to display on a discord bot like this
the old queue what i used to use supports it and displays the ammount using this export.
CreateThread(function()
while true do
Wait(10000)
if Queue.IsReady() then
SetConvarServerInfo("Queue", "Queue Enabled | Count: " .. Queue.Exports:GetSize())
end
end
end)
Hey,
I am having issues with the Queue. Itâs letting people through in packs when one slot gets open. Up to 5 people were connected after one slot opened up. Couldnât find anything useful in the console. Neither on the server, nor the clients.
Best regards,
Phoenix
AllowedPerTick = 1, -- How many players should we allow to connect at a time?
maybe
Itâs set to 1. Just went through a second test. It letâs more people through than the server is able to hold. We were running the test on a separate test server with the newest files just downloaded. It also says in the server list holding 8/5 players.
To give you more data on the test. We had 5 people on the server and 3 in queue. When one player disconnected, the queue let 2 people through.
Yeah we have the same issue once the server hits 70/70 it just keeps letting people in and the queue does nothing.
i have set the max clients in the file from 32 to 70 and still nothing.
I canât really thoroughly test this as I have no server to actually do it with. If someone solves it let me know, but reporting your issues here wonât actually do anything. If youâre feeling free to give me FTP to a server where I can test it on getting filled up, then thatâs cool and I can solve it. Until then, I canât actually thoroughly test this resource. Worked fine when I tested it with another individual, but I canât test it with multiple users.
In short: Unless someone gives me access to a server with the player population to test it on, reporting your issues here is no useâŚ