Posts: 670
Threads: 49
Joined: Dec 2011
Reputation:
0
As the topic says i want to ask that is there any stock or thing like that by which i can know that vehicle is moving in Reverse direction.in simple words anything that can detect car Reverse gear?
Posts: 1,196
Threads: 45
Joined: Jan 2012
Reputation:
0
use OnPlayerKeyStateChange
ddetect if player is pressing reverse button and is in a car
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
OnPlayerKeyStateChange will be called each time a key state is changed. It will never be called for up, down, left and right.
Posts: 670
Threads: 49
Joined: Dec 2011
Reputation:
0
I am making 3d label on which u can se on which gear the car is like R=Reverse, D=Drive N=Neutral.I am done with N and D but i am confused in R because i have that dot structure health bar.So i am a bit confused