How to find vehicle pos, vehicle angle???

Started by Goku, Mar 12, 2016, 06:36 PM

Previous topic - Next topic

Goku

Hello guys, how to find vehicle position and vehicle angles. I used wiki examples before making this post but they are giving errors and i was unable to make that code :( . Anyway, can anyone can tell me what is the cmd of finding vehicle position, vehicle angle of a vehicle???
There is only one thing that i know about life - Some mistakes happen by chance, but some mistakes happen because we make 'em happen.

Murdock

local veh = FindVehicle( 1 );
Message( veh.Pos.tostring() );

Easy as 2+2..