Vice City: Multiplayer

VC:MP Discussion => General Discussion => Topic started by: Strike Eagle on Dec 08, 2018, 05:02 AM

Title: Player Position
Post by: Strike Eagle on Dec 08, 2018, 05:02 AM
how to make player positon place??? any one help :-[
Title: Re: Player Position
Post by: MEGAMIND on Dec 08, 2018, 05:33 AM
Quote from: Strike Eagle on Dec 08, 2018, 05:02 AMhow to make player positon place??? any one help :-[

use

else if( cmd == "s" )
 {
 print( player.Pos );
 }

then when u get the vectors on console copy those vectors to ur server.conf file and add those vector to
<PlayerPos x=" " y=" " z=" "/>
<CamPos  x=" " y=" " z=" "/>
<CamLook  x="  " y=" " z=" "/>
Title: Re: Player Position
Post by: Strike Eagle on Dec 08, 2018, 05:37 AM
Thanks Solved
Title: Re: Player Position
Post by: NicusorN5 on Dec 08, 2018, 11:06 AM
use player.Pos = Vector(x,y,z); to set the position.