How to:No CT passage, T's can pass Created 17 years ago2006-06-24 23:52:39 UTC by mrxtramean mrxtramean

Created 17 years ago2006-06-24 23:52:39 UTC by mrxtramean mrxtramean

Posted 17 years ago2006-06-24 23:52:39 UTC Post #186771
I'm trying to make a bomb site or area that will only allow T's go or be able to plant there and not allow CT's access to this area by either blocking them or giving them damage when in area. But not hurt the T's.
I thought I had it with the trigger_hurt. I made a platform on the floor around area I didn't want CT's. I set the target to info_player_start, but it also give damage to T's. I was bummed.

I could always do trigger_push, like in legoland, but I'd have to move my bomb site and I'm 98% done except for this one problem. HELP!! thx
Posted 17 years ago2006-06-24 23:56:10 UTC Post #186772
There's no simple way to do this. You can do something like this for TFC, but not in CS. As far as I know its impossible.
Posted 17 years ago2006-06-25 14:17:11 UTC Post #186837
I think it could be accomplished in ?cs:s but since this is for 1.6 I'm not sure.... I gues there is somthing you could do...... make all the entrances to the bombsite have locked doors and then equip all the t's with keys but not the ct's.. and you might be able to do somthing so the dor locks itselfe again after the player has entered...... only problem there is that while the t's enter the door will be open for a little while allowing a fast ct to rush in....

don't no if this stuff is any use.... any way there you go ;)
Posted 17 years ago2006-06-26 16:35:46 UTC Post #187022
Don't attempt it. The HL engine is quite a good engine for tricking it into doing things for you, but I don't think this is one of them. Why would you restrict them inside anyway?

Many entities are global entities and affect both teams unless specified (which in this case, trigger hurt = no)

All i can think of is the Ts being on a tall platform, and being able to jump down to the bombsite, atleast a height where Cts cant get up. Use the clip texture for good measure aswell.
You must be logged in to post a response.