Posts: 244
Threads: 42
Joined: Jun 2011
Reputation:
0
Where in my script should I put my code to make it show up for players who entering a vehicle?
Posts: 2,799
Threads: 95
Joined: Jun 2006
Reputation:
0
If you want them to see it when they get in the vehicle and sit down, use OnPlayerStateChange
If you want them to see it when they open the door and START to enter the vehicle...use OnPlayerEnterVehicle (as noted above by B-Matt)
Posts: 244
Threads: 42
Joined: Jun 2011
Reputation:
0
Okay ill try that! thanks for the answers!