func_physbox_multiplayer parent problem

mmdk

L1: Registered
Sep 1, 2009
5
0
Hello,

i tried to make func_physbox_multiplayer sphere-brushes spawn on trigger (by using point_template) and put a trigger_teleport around the brush (parent to brush-name).
So the player should be teleported when he hits the sphere-brush, but it doesn't work :(
I also tried it with without spawning stuff but i still can go through it without teleporter effect :/ (i have clients flagged)
 

mmdk

L1: Registered
Sep 1, 2009
5
0
Hmm i changed a bit (made a mistake somewhere), now the first one teleports me, but when the first one is still there and i spawn the next one (has the same name) it doesn't teleporter me.

i could copy&paste the first one and call them different.
maybe there's another easier way?
 

mmdk

L1: Registered
Sep 1, 2009
5
0
jeah clients is flagged

I forgot to add the teleporter in point_template
i changed it to singlespawn, now it works.

thx anyway