AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   Solved [L4D2] How to change chainsaw fuel max capacity? (https://forums.alliedmods.net/showthread.php?t=312660)

JLmelenchon 07-26-2021 09:41

Re: [L4D2] How to change chainsaw fuel max capacity?
 
30 is the default clip size ? It should be possible ton modify it with the plugin weapon attributes.

JLmelenchon 07-26-2021 10:13

Re: [L4D2] How to change chainsaw fuel max capacity?
 
Does not work with plugin and i don't think it is a clean way with the weapon file it create bug with regular guns.

Marttt 07-26-2021 10:31

Re: [L4D2] How to change chainsaw fuel max capacity?
 
Did a test right now and does work.

Probably you did some config wrong.

The file should look like this

PHP Code:

"weapon_info"
{
    
"all"
    
{
        
"weapon_chainsaw"
        
{
            
"clip_size"            "20"
        
}
    }




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

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