View Single Post
Merudo
Senior Member
Join Date: Feb 2016
Old 02-18-2016 , 18:12   Re: [L4D2] L4D1 Survivors Spawner
Reply With Quote #4

Hi DeathChaos25,

The mod gives me the error message "exec: couldn't exec sourcemod\[L4D2]" when I start my server.

It seems like the name you gave the .cfg file prevents it from being loaded. I changed

Code:
AutoExecConfig(true, "[L4D2] L4D1 Survivor Spawner");
to
Code:
AutoExecConfig(true, "L4D1_Survivor_Spawner");
and it works now.


Also, is there any hope to make this compatible with your "Fake Zoey" plugin?

Last edited by Merudo; 02-18-2016 at 21:06.
Merudo is offline