Posts: 237
Threads: 106
Joined: Aug 2012
Reputation:
0
How to check if a player has crashed with an object? Let's say buildings, walls etc..
Posts: 237
Threads: 106
Joined: Aug 2012
Reputation:
0
This is a misunderstand.
I meant.
When a player is going at 100km/h and he collides with a wall, object.
How to check it?
Thanks in advance
Posts: 237
Threads: 106
Joined: Aug 2012
Reputation:
0
Can someone help me please?
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
Get a player's speed then check if it suddenly decreases a lot (near 0) - using e.g. OnPlayerUpdate and GetPlayerVelocity