View Single Post
FeehSK
Junior Member
Join Date: Jul 2019
Location: MT - BRAZIL.
Old 04-28-2021 , 20:30   Re: Pick up gun owner info
Reply With Quote #6

Quote:
Originally Posted by Bugsy View Post
I would need to see how the the skin is applied to the weapon. Is it only set as the model?
PHP Code:
new V_MODEL[64] = "models/new/v_ak47.mdl"
new P_MODEL[64] = "models/new/p_ak47.mdl"


public plugin_init()
{
    
register_event("CurWeapon","CurrentWeapon","be","1=1")
}

public 
CurrentWeapon(id)
{
     
replace_weapon_models(idread_data(2))
}

replace_weapon_models(idweaponid)
{
    switch (
weaponid)
    {
        case 
CSW_AK47:
        {
            if(
iSelect[id])
            {
                
set_pev(idpev_viewmodel2V_MODEL)
                
set_pev(idpev_weaponmodel2P_MODEL)
            }            
        }
    }

FeehSK is offline
Send a message via Skype™ to FeehSK