Raised This Month: $ Target: $400
 0% 

Team Knife Model


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
RuRuRu612754
Senior Member
Join Date: Sep 2011
Old 07-02-2012 , 15:20   Team Knife Model
Reply With Quote #1

Hello

I need to separate the knife model of TR and CT
I think maybe to use set_pve and pev_viewmodel

CT Knife Model :


TR Knife Model :


Please how to this

Best Regards

PHP Code:
#include <amxmodx>
#include <fakemeta>

new ct_knife_model "models/knife/ct_knife.mdl"
new tr_knife_model "models/knife/tr_knife.mdl"

public plugin_init()
{
    
register_plugin("PLUGIN""VERSION""AUTHOR")
}

public 
plugin_precache() 

    
precache_model(ct_knife_model
    
precache_model(tr_knife_model


public 
ct_knife(id)
{
    
set_pev(idpev_viewmodelct_knife_model)
}

public 
tr_knife(id)
{
    
set_pev(idpev_viewmodeltr_knife_model)

Attached Thumbnails
Click image for larger version

Name:	knife1.jpg
Views:	775
Size:	22.0 KB
ID:	105881   Click image for larger version

Name:	knife2.jpg
Views:	823
Size:	30.4 KB
ID:	105882  

Last edited by RuRuRu612754; 07-02-2012 at 15:21.
RuRuRu612754 is offline
 


Thread Tools
Display Modes

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 15:12.


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