View Single Post
swiftswing1
Member
Join Date: Oct 2020
Old 02-25-2021 , 18:46   Re: [L4D2] Spitter Acid Glow (1.0) [23-Feb-2021]
Reply With Quote #2

nice plugin as always! extra space after "spit" (line 118) prevents cvar from working:

Code:
g_hCvarColor =			CreateConVar(	"l4d2_spit_glow_spit ",			"0 255 0",		"The light color for Spitter Acid explosions. Three values between 0-255 separated by spaces. RGB Color255 - Red Green Blue.", CVAR_FLAGS );
swiftswing1 is offline