Posts: 88
Threads: 28
Joined: Jul 2011
Reputation:
0
Hi, when I use OnPlayerEnterVehicle to send a message when this function is called,
the message shows up BEFORE the player has entered the vehicle.
What's the problem?
Posts: 552
Threads: 84
Joined: Oct 2011
Reputation:
0
use all your stuff in OnPlayerStateChange not at onplayerenter vehicle
Posts: 153
Threads: 17
Joined: Jan 2011
Reputation:
0
Check the wiki page at onplayerentervehicle.
It's useful for stuff like anti-teamjack etc. because it's called when the player issues the command to enter the vehicle(presses enter near one), not when he enters it.