Emanuel Posted September 11, 2017 Share Posted September 11, 2017 Good day. My question is: If two players call a server script at the exact same time, will one be ignored? Link to comment
Dimos7 Posted September 11, 2017 Share Posted September 11, 2017 what do you mean call as command do same command? Link to comment
Moderators IIYAMA Posted September 11, 2017 Moderators Share Posted September 11, 2017 That is impossible, there is always one internet packet first and after all LUA can only process one piece of code at the same time. If LUA could execute multiple pieces of the code at the exact same time, this would be devastated when the two executions influence each other. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now