Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: luchgox on Apr 30, 2017, 05:16 AM

Title: [POSTITION]Setting up positions
Post by: luchgox on Apr 30, 2017, 05:16 AM
Hello,
       is there anyway to know your position(ingame) or a commands,i need it for setting my classes positions
Title: Re: [POSTITION]Setting up positions
Post by: KrlozZ... on Apr 30, 2017, 05:43 AM
/*
if ( cmd =="s")
{
MessagePlayer( "Pos: " + player.Pos.x + ", " + player.Pos.y + ", " + player.Pos.z +". Angle: " + player.Angle +".", player );
}
*/
Title: Re: [POSTITION]Setting up positions
Post by: luchgox on Apr 30, 2017, 08:59 AM
Oaw,Thank you so much @KrlozZ...,Topic Solved and Locked