zo6zo6
zo6zo6
what can i do to fix this
yeah sure. its this one https://github.com/Franc1sco/Franug-CSGO-Gloves OR this one https://github.com/kgns/gloves i can use any on these two
in the alliedmodders thread of the gloves plugin the author said this "If you are using Custom Player OR Arms Models on your server, you have to modify the plugin...
i will upload a video tomorrow to help you understand better
here is the video. i explain in the ingame chat the problem and show it on the video https://youtu.be/jOi3k0S4K8Q
Store_RemoveClientGloves appears 5 times in store/module/skin.sp in the following lines Line 240: Store_RemoveClientGloves(client, 0); Line 265: if(strlen(arms) > 3) Store_RemoveClientGloves(client, 0); Line 337: Store_RemoveClientGloves(client, 0); Line 667: void Store_RemoveClientGloves(int client,...
> still using default arms? yes. same behavior, as shown in the video
> I will add 1 forwards , > > ```sourcepawn > Action Store_OnSetPlayerSkinArms(int client, const char[] arms) > ``` ok, will it be working is the next version of the...
i installed the new version and it did not fix the problem. what can i do now?
> add this code into your plugin > > ```sourcepawn > public Action Store_OnSetPlayerSkinArms(int client, const char[] arms) > { > if (CheckPlayerHasGloves(client)) // this check define in your glove...