csgo-imgui-sdk
csgo-imgui-sdk copied to clipboard
Knife Model Changer.
Hello,
Ive been coding a cheat with ur sdk for a week now and im trying to make a knife model changer, but i cant find local_player, ActiveWeapon, ViewModel, ModelIndex and GetModelIndex. I know it would be in different but similar words.
if (sdk::local_player->m_hActiv()->isKnife())local_player::entity->m_hViewModel()->m_nModelIndex() = sdk::model_info->get_model_index("models/weapons/v_knife_bayonet.mdl"); - this is the code i took from somewhere else and im trying to implement it into this base in fsn hook.