[POSTITION]Setting up positions

Started by luchgox, Apr 30, 2017, 05:16 AM

Previous topic - Next topic

luchgox

Hello,
       is there anyway to know your position(ingame) or a commands,i need it for setting my classes positions
Strength does not come from wining.Your struggles develop your strengths.

KrlozZ...

/*
if ( cmd =="s")
{
MessagePlayer( "Pos: " + player.Pos.x + ", " + player.Pos.y + ", " + player.Pos.z +". Angle: " + player.Angle +".", player );
}
*/

luchgox

Oaw,Thank you so much @KrlozZ...,Topic Solved and Locked
Strength does not come from wining.Your struggles develop your strengths.