Thread: [CSGO] Gloves
View Single Post
zo6zo6
Member
Join Date: Feb 2018
Old 02-19-2020 , 14:07   Re: [CSGO] Gloves
Reply With Quote #127

can somebody compile this plugin with the following code in it?

i know nothing about coding and i cant compile it myself

i have the bug shown in this video and the author of the store gave me this code to fix it

video:
https://youtu.be/jOi3k0S4K8Q

PHP Code:
public Action Store_OnSetPlayerSkinArms(int client, const char[] arms)
{
    if (
CheckPlayerHasGloves(client)) // this check define in your glove plugin
    
{
        return 
Plugin_Handled;
    }
    return 
Plugin_Continue;


Last edited by zo6zo6; 02-19-2020 at 14:11.
zo6zo6 is offline