-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Everything you have to do is go to hooks.cpp
and change this
to this
Its skinchanger fix not knife changer.
and change this
if (!(sWeapon.find("models/weapons", 0) != std::string::npos))
continue;
continue;
if (sWeapon.find("models/weapons", 0) != std::string::npos) continue;
Its skinchanger fix not knife changer.