View Single Post
desire worker
Junior Member
Join Date: Dec 2018
Location: Umbrella Corporation
Old 12-12-2018 , 06:46   Re: [L4D2] How to change chainsaw fuel max capacity?
Reply With Quote #9

Oh It was mean how to use that text files in game.

by the way, thank you for your dumping files

does that txt need to be executed in in game console?

like

sv_cheats 1
sm_cvar ammo_chainsaw_max = 444

that means to dump all convar values, I need to do make

Code:
initgameset(client, s filepath[])
{
    for(!isnull(filepath))
    {
    s[] = fetch_line(filepath);
    fakeconsolecmd(client, s[]);
    }
}
or something?

Last edited by desire worker; 12-12-2018 at 07:04.
desire worker is offline