Thread: Model bugued.
View Single Post
Author Message
reidark
Member
Join Date: Jan 2011
Old 04-10-2012 , 22:34   Model bugued.
Reply With Quote #1

Hi guys...
I increase this model in my plugin:

PHP Code:
new viewknife;

new 
KNIFE1_VIEW [] = "models/deathrun/v_knife.mdl";
new 
KNIFE1_PLAYER [] = "models/p_knife.mdl";

public 
Deathrun_Knife(id)
{
        
viewknife get_user_weapon(id);
        {
                
entity_set_string(idEV_SZ_viewmodelKNIFE1_VIEW);
                
entity_set_string(idEV_SZ_weaponmodelKNIFE1_PLAYER);
        }

}

public 
plugin_precache() 
{       
        
precache_model(KNIFE1_VIEW);
        
precache_model(KNIFE1_PLAYER);

But, this model change all skins of guns and grenades.
If i catch one gun, appear the model of knife.

Help me, plis.
reidark is offline