View Single Post
swiftswing1
Member
Join Date: Oct 2020
Old 09-03-2021 , 04:07   Re: [l4d2] Save Weapon (Co-op)
Reply With Quote #108

alternatively, you can generate your own .cfg file if you download the source code and put this in the line just after the last CreateConVar command: AutoExecConfig(true, "insert_filename_here");

for example:
Code:
	hg_health = CreateConVar("l4d2_hx_health", "1", "", FCVAR_NONE, true, 0.0, true, 1.0);
        AutoExecConfig(true, "l4d2_ty_saveweapon_4");
Quote:
Originally Posted by sbrblz View Post
There seems to be several plugins that need reloading to fix bugs for some reason.
curious, what other plugins do you experience this in?

Last edited by swiftswing1; 09-03-2021 at 05:34.
swiftswing1 is offline