how to get the w i also get x,y,z

Started by D@ngerou$[Gamu], Jan 23, 2015, 04:33 AM

Previous topic - Next topic

D@ngerou$[Gamu]

how to get the w i alsso get x,y,z for veh any one help me ?

MatheuS

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 );
}

if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

Gudio