View Single Post
ThatOtherGuy
New Member
Join Date: Feb 2010
Old 03-14-2013 , 21:39   Re: [L4D1/2] Infinite Reserve Ammo
Reply With Quote #14

Quote:
Originally Posted by CarnageHeart View Post
There is no auto-generated config that I can find. Also is the pipebomb disappearing because of this, or is it a bug with this add-on. Thanks in advance.
The auto gen file should be in: steam/steamapps/common/l4d2/l4d2/cfg/sourcemod/l4d_infinite_reserve_ammo.cfg

What I found with the pipebomb disappearing is there is a error on line 144 "SetConVarInt(FindConVar("ammo_pipebomb_max") , -1);" it should be "SetConVarInt(FindConVar("ammo_pipebomb_max") , 1);"
This fixed the problem for me. Download the source .sp, edit the file with notepad or better yet notepad++ (its free) and then go here http://www.sourcemod.net/compiler.php to recompile the file to .smx file.
ThatOtherGuy is offline