Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: D@ngerou$[Gamu] on Jan 23, 2015, 04:33 AM

Title: how to get the w i also get x,y,z
Post by: D@ngerou$[Gamu] on Jan 23, 2015, 04:33 AM
how to get the w i alsso get x,y,z for veh any one help me ?
Title: Re: how to get the w i also get x,y,z
Post by: MatheuS on Jan 23, 2015, 09:29 AM
else if ( cmd == "mypos" )
{
MessagePlayer("Your Pos: " + player.Pos.x + ", " + player.Pos.y + ", " + player.Pos.z + " - Angle: " + player.Angle.x + ", " + player.Angle.y + ", " + player.Angle.z + " ", player );
}

Title: Re: how to get the w i also get x,y,z
Post by: Gudio on Jan 23, 2015, 03:56 PM
Rotation .x .y .z .w