Quote:
Originally Posted by disawar1
[...]Could you add l4d support?[...]
|
Well the title says it supports L4D as well. Although untested, I don't see why it shouldn't work.
Quote:
Originally Posted by disawar1
[...]Oooops! What about safe room doors? change this code
PHP Code:
if(StrEqual(entName, "prop_door_rotating"))
to
PHP Code:
if(StrContains(entName, "prop_door_rotating") != -1)
|
Honestly, I don't quite get that. What about them? And why would I change this line?