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???
local veh = FindVehicle( 1 );
Message( veh.Pos.tostring() );
Easy as 2+2..