

but my bunker works fine when i remove the door code from the mapedit file
so what can i do to make it work ? a zombie bunker without door is not really fun
Example

CreateDoors((-1612.42, 1180.1, 120.125),(-1624.21, 1047.13, 116.125),(90, 0, 0),3,2,100,75);
CreateDoors((-1612.42, 1180.1, 120.125),(-1624.21, 1047.13, 116.125), 90, 0, 0, 3,2,100,75);
CreateTurret(''minigun'',0,(-1578.44, 1175.03, 515.692));
(''minigun'',0,
CreateTurret((-1578.44, 1175.03, 515.692));
CreateTurret(location, angle)
{
if(!isDefined(angle))
angle = 0;
turret = spawnTurret( "misc_turret", location, "pavelow_minigun_mp" );
turret setModel( "weapon_minigun" );
turret.angles = angle;
}