Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Goku on Mar 12, 2016, 06:36 PM

Title: How to find vehicle pos, vehicle angle???
Post by: Goku on Mar 12, 2016, 06:36 PM
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???
Title: Re: How to find vehicle pos, vehicle angle???
Post by: Murdock on Mar 12, 2016, 07:24 PM
local veh = FindVehicle( 1 );
Message( veh.Pos.tostring() );

Easy as 2+2..