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

[TF2] Custom weapon texture?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
karq
Member
Join Date: Dec 2009
Old 08-04-2011 , 11:30   [TF2] Custom weapon texture?
Reply With Quote #1

Hi

How to change weapon textures in TF2?

Thanks for reply

Edit:
PHP Code:
    new iWeaponEnt = -1
    for(new 
iSlot=0iSlot<10iSlot++)
    { 
        
iWeaponEnt GetPlayerWeaponSlot(clientiSlot);  
        if (
IsValidEntity(iWeaponEnt))  
        { 
            
SetEntityRenderMode(iWeaponEntRENDER_TRANSCOLOR);
            
SetEntityRenderColor(iWeaponEnt255255255255); 
        } 
    } 
It's coloring all equipment weapons. But how to change texture with specified vmt file? or vtf?

Last edited by karq; 08-05-2011 at 06:39.
karq is offline
Reply



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 21:45.


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