Raised This Month: $51 Target: $400
 12% 

Model bugued.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode