Help please!!!!

B

buguru

i Saw As On Some Cards Come Into The Certain Zone On The Card And You Automatically Move Forward (in Different Places With Different Speed) As So To Make? Saw On Cards Testmap_05 And From Series Surf
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
Stop using bold
You seem to be mixing card with map

i Saw As On Some Cards Come Into The Certain Zone On The Card And You Automatically Move Forward.....As So To Make?

should be:

"I saw on some maps when you are in certain areas of the map you are automatically moved forwards, how do you do/make this?"

What it is - a brush entity (with the trigger texture) func_push does it. Depending on how much you want the player to be moved you should adjust the speed value.
 

PandaN

L1: Registered
Jan 16, 2008
30
0
You are just looking to move forward instantly, or just a gentle shove?

Easiest solution is a trigger_multiple that teleports you forward via teleport_destination.

I'm opening ringking now to see what you mean :)

EDIT: Ah thats what he means. Was wondering what all that business about cards was!

EDIT2: I think I should make it multi-language answer;

MAKE BRUSH -> TEXTURE = TOOLS/TOOLSTRIGGER -> TIE TO ENTITY -> FUNC_PUSH
 
Last edited:
B

buguru

At me only is trigger_push and FUNC_PUSH is not present what to do?
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
As with anything you want to check the flags you need.
you will need clients checked and if you want other objects in the world to be pushed too physics objects should be checked too.