-
Notifications
You must be signed in to change notification settings - Fork 2
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
issue with using the module #2
Comments
make sure you install the lua file, also make sure you arent using the 64 bit branch of the game as there aren't any compiled 64 bit dlls yet for this. |
lua file was installed and I only use the default branch since thats what most players are running anyways |
using the 64 bit beta branch doesnt stop players from joining, they are cross compatible. |
eh either way I just still only use the default branch. less likely to run into weird issues or incompatibilities |
ive heard many people using the 64 bit branch in production on linux for awhile and its stable, maybe even more than default. Almost all useful dll modules have 64 bit versions and the performance uplifts in 64 bit srcds are tempting. |
still not sure of the utility of this module if you can't pass tables or functions with upvalues beside being able to do 2 + 2 in multi-threading |
probably just to handle heavy thinking jobs like large nested loops (Think bot code) |
When attempting to use
require"threading"
in one of my scripts I've noticed that threading isn't able to load the module library.I'm currently using the pre-built dll for linux. I was wondering if we could get a recompile of it
The text was updated successfully, but these errors were encountered: