Git Product home page Git Product logo

Comments (9)

Kxnrl avatar Kxnrl commented on August 16, 2024 1

i can confirm that will not work for special maps.
if u has not got the glove overlap, u dont need my arms fix plugin.
sry for my bad english.

from csgo-armsfix.

Kxnrl avatar Kxnrl commented on August 16, 2024

since csgo updated on Sep 2017, N arms fix doesn't work. i dont know its working status at the moment. but my plugin works on gamemodes and mapKv. it's different from -N- arms fix's method.

from csgo-armsfix.

baferpro avatar baferpro commented on August 16, 2024

i use simple SetEntDataString(client, m_szArmsModel, TerrorArms[model], sizeof TerrorArms); and all work...

from csgo-armsfix.

Kxnrl avatar Kxnrl commented on August 16, 2024

work on any maps? did u test on de_mirage or cs_office?

from csgo-armsfix.

baferpro avatar baferpro commented on August 16, 2024

all surf_,ba_,jail_ maps

from csgo-armsfix.

Kxnrl avatar Kxnrl commented on August 16, 2024

if mapname.kv was setted, and default model is sas/leet etc... will got gloves overlap. so can u test on these maps?

from csgo-armsfix.

Kxnrl avatar Kxnrl commented on August 16, 2024
int offset = FindDataMapInfo(client, "m_szArmsModel");
SetEntDataString(client, offset, armsModel, sizeof(armsModel));

is this ur code?

from csgo-armsfix.

baferpro avatar baferpro commented on August 16, 2024
m_szArmsModel = FindSendPropInfo("CCSPlayer", "m_szArmsModel");
SetEntDataString(client, m_szArmsModel, TerrorArms[trandom], sizeof TerrorArms);

from csgo-armsfix.

Kxnrl avatar Kxnrl commented on August 16, 2024

I tested your code. that doesn't work.

screenshot

from csgo-armsfix.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.