Posts: 1,648
Threads: 482
Joined: Jun 2010
Title says all.
Any information would be great.
Posts: 864
Threads: 57
Joined: Jan 2013
Reputation:
0
Try yourself.
Make a tiny filterscript which only calls OnPlayerEnterVehicle and putplayerinvehicle.
Make a command which is called "/enter1", which will put the player in the carid 1.
Then add a printf("OnPlayerEnterVehicle called !");
if the message displays in the commandline, it means that it's called.
either, it means it's not.