kgns / weapons

CS:GO Custom Weapon Options (Skins, NameTag, StatTrak, Wear/Float, Knives)
GNU General Public License v3.0
335 stars 121 forks source link

skins bug on new update #200

Closed PUTSUKE closed 3 years ago

PUTSUKE commented 3 years ago

some skins are bug on the new update, like AK-47 | X-Ray, AWP | Fade and some others, probably you already know that but I'm hope you fix it ASAP. congrats for the work you are doing with this and gloves plugins :)

Shaneajm commented 3 years ago

You can fix this until a new release by changing the index in the config.sp file from 4 to 5 and it should fix it. Make sure to recompile the plugin,

        char weaponTemp[20];
        do {
            char name[64];
            char index[5];
            char classes[1024];
kgns commented 3 years ago

https://github.com/kgns/weapons/releases/tag/v1.7.1