-
Notifications
You must be signed in to change notification settings - Fork 1
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: Invisible arms/gloves #8
Comments
Reopened. Before trying these configurations I completely deleted the SQLITE database in order to be more accurate: clientprefs-sqlite.sq3 |
Update all plugin configs again |
Don't use v_glove_hardknuckle_black |
This solution didn't work at the time of testing this plugin. I've tried it before seeing your reply last year. At the time of writing this I am not using this plugin anymore, but I must say that it is a nice one. |
Hello!
I've just modified your .sp files a little bit.
If I put #define ARMS_FIX 0: There are showed some strange custom arms/gloves for the players who have ADMFLAG_CUSTOM6 and a custom model attached. I mention the fact that there is no other custom gloves given from another plugin in this case.
If I put #define ARMS_FIX 1: For players which have default arms/gloves and no ADMFLAG_CUSTOM6, the plugin will make arms/gloves invisible. If they change their gloves through this plugin (https://github.com/kgns/gloves), the arms/gloves will start appearing. Is ARMS FIX from your plugin somehow broken? I don't know if the main cause is the ADMFLAG_CUSTOM6 or ARMS FIX implementation.
I think FIX ARMS from your plugin should be used only for the players which are using those added models.
I'm not sure how you added this. Can't figure this out from reading the code at this moment.
Could you please add an option to make this plugin work on a given admin flag?
On the default plugin we changed the access, but players could preview the models added to the server, but I don't want to give them access to this at all.
Thank you!
The text was updated successfully, but these errors were encountered: