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

(field '?') #120

Open
rayidkhan opened this issue Oct 8, 2024 · 5 comments
Open

(field '?') #120

rayidkhan opened this issue Oct 8, 2024 · 5 comments

Comments

@rayidkhan
Copy link

image
this error

@apeoplerson
Copy link

apeoplerson commented Oct 20, 2024

I had the same issue its not like a OMG issue but it was annoying me. This has to do with temp stop. Really don't want to go into details on why since I am in a rush. See below.

Find the code below in this file fire-server.lua

-- Temporary stop list to prevent specific actions temporarily
local TEMP_STOP = {}

Right under it put

-- Initialize TEMP_STOP for players when they connect
AddEventHandler('playerConnecting', function(name, setKickReason, deferrals)
local id = source
if id then
TEMP_STOP[id] = { status = false }
end
end)

I will put a pull request in later.

@rayidkhan
Copy link
Author

okay ill do that

@apeoplerson
Copy link

I added it to my pull request. Let me know if it works.

@rayidkhan
Copy link
Author

fixed

@apeoplerson
Copy link

Great to hear!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants