AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Flamethrowers (https://forums.alliedmods.net/showthread.php?t=310059)

Maximilian_ 08-17-2018 07:50

Flamethrowers
 
Here is a new great update by Valve

Flamethrowers is not setting fire

solution:
i found something in items_game.txt
PHP Code:

        "weapon_newflame"
        
{
            
"static_attrs"
            
{
                
"flame_gravity"                            "0"
                "flame_drag"                            "8.5"
                "flame_up_speed"                        "50"
                "flame_speed"                            "2450"
                "flame_spread_degree"                    "2.8"
                "flame_lifetime"                        "0.6"
                "flame_random_life_time_offset"            "0.1"
            
}
        } 

by testing in giveweapon plugin it's worked!

"841 ; 0 ; 843 ; 8.5 ; 865 ; 50 ; 844 ; 2450 ; 839 ; 2.8 ; 862 ; 0.6 ; 863 ; 0.1"

asherkin 08-17-2018 19:27

Re: Flamethrowers
 
You could also just use preserve_attributes.


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

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