-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello!
I've just modified your .sp files a little bit.
- main.sp: https://pastebin.com/GDq4xs0q
- csgo_models.sp: https://pastebin.com/pFh3nGBk
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!