We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have been trying to get the weight system to work, i've implemented es_extended v1-final and this is my issue:
When my inv is empty, my weight is 0/120, Picture 1
When i pickup a weapon from floor, my inv goes: 0/94.0 (my pistol .50 weights 25) Picture 2
If /giveitem this pistol 50 it goes 0/120: Picture 3
also if i give an item its not getting the limit / weights from database: Picture 4 Picture 5
also not checking for limits: Picture 6 Picture 7
I just want to make the inv weight wook, any advise? :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been trying to get the weight system to work, i've implemented es_extended v1-final and this is my issue:
When my inv is empty, my weight is 0/120,
Picture 1
When i pickup a weapon from floor, my inv goes: 0/94.0 (my pistol .50 weights 25)
Picture 2
If /giveitem this pistol 50 it goes 0/120:
Picture 3
also if i give an item its not getting the limit / weights from database:
Picture 4
Picture 5
also not checking for limits:
Picture 6
Picture 7
I just want to make the inv weight wook, any advise? :(
The text was updated successfully, but these errors were encountered: