Finding if player is mounted to vehicle.
by Adam Troutman · in General Discussion · 10/04/2006 (7:57 pm) · 2 replies
Okay I want to know if there is a way for me to check if a player is mounted to something so that if the player is mounted to a certain vehicle so i can use it in an if statement.
Thanks
Thanks
Torque Owner Tim Heldna
%vehicle.getControllingClient();
Top one tells you whether client is mounted in a vehicle bottom one tells you which client is in the vehicle.