Player Position

Started by Strike Eagle, Dec 08, 2018, 05:02 AM

Previous topic - Next topic

Strike Eagle

how to make player positon place??? any one help :-[
Best Game Hosting ever for VCMP
https://gamehosting.co/aff.php?aff=112

MEGAMIND

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=" "/>

Strike Eagle

Best Game Hosting ever for VCMP
https://gamehosting.co/aff.php?aff=112

NicusorN5

use player.Pos = Vector(x,y,z); to set the position.