|
Post by Curre on Oct 4, 2009 8:46:37 GMT
Hi, I need a tutorial how to make a teleport that just teleport ct to a place and t to another place... Thanks
|
|
|
Post by Zeph on Oct 4, 2009 10:24:13 GMT
From the same area? So you need some way to define which team they are on, and then teleport them to a different destination. Teleports are easy, but team-defining destinations could be tricky. www.youtube.com/watch?v=m7F_OBT6RuI <-- how to make teleports. I'll let someone else say how to have it team defined, i've not played with that.
|
|
|
Post by blackheartiii on Oct 4, 2009 13:54:43 GMT
Since I am almost done with the demo and am fairly confident it will work this time Use filter_activator_team to get a teleporter which only teleports one team... than make another one in the same place that only teleports the other team... both have different destinations... don't make them EXACTLY the same area or it will be hard to modify them though. Good luck... will be updating with a sample in a little. UPDATE: Alright, done... tell me if the link doesn't work for you and I'll try it with another service. www.mediafire.com/?dvkmwgzojz5Essentially, create two destinations with relevant names. Create two filter_activator_team, set one for ct and one for t. And name them relevantly. Create two trigger_teleport in the same general location so as they appear to be the same teleport. For the filter parameter in one teleport have it be the allow ct's, and the destination the respective destination... Do likewise for t's for the other teleport. Have fun.
|
|