Spriterfight 10 Posted August 28, 2020 So i have this code: if (vehicle player != player) then {hint format["Player is in a vehicle: %1", vehicle player]} else { hint "Palyer is not in a vehicle"; }; It returns something like B Alpha 1:2-2 but not the vehicle class name . Share this post Link to post Share on other sites
pierremgi 4906 Posted August 28, 2020 TypeOf vehicle player Share this post Link to post Share on other sites
Spriterfight 10 Posted August 28, 2020 17 minutes ago, pierremgi said: TypeOf vehicle player Thank you it works! Share this post Link to post Share on other sites