View Single Post
finishlast
Senior Member
Join Date: Nov 2018
Location: In Reno with the vitamin D.
Old 09-20-2020 , 05:19   Re: [L4D & L4D2] Saferoom Door Spam Protection (1.3) [18-Sep-2020]
Reply With Quote #17

It is connected to the type of door that is used, so if it is left opened or right opened.

//vAng[1] += 4.0;

if(StrContains(sModel, "checkpoint_door_-01") > -1 )
{
vAng[0] -= 13.0;
}
if(StrContains(sModel, "checkpoint_door_01") > -1 )
{
vAng[0] += 13.0;
}
vPos[2] += 1.0;

Don't know if l4d2 has other models for these doors.
__________________

Last edited by finishlast; 09-20-2020 at 06:20.
finishlast is offline