Spectate mode
Spectate mode
Is there a way to separate the player's camera from his character? I'd like to somehow set the player's camera position to the position of someone else on the server in essence spectating them and then add another button to reset the camera back to the player.
Re: Spectate mode
I think it was just
/c game.players [1] = nil
now just be CAREFUL! !
also if you are on multilayer then the number is which player number you are.
/c game.players [1] = nil
now just be CAREFUL! !
also if you are on multilayer then the number is which player number you are.
Logo
Noticed the told change in FFF #111 so il continue to use my signature ^_^Thanks for listening to our suggestions, devs

I would jump of joy if we could specify which tiles spawned in a surfaces
Re: Spectate mode
You need to store current player entity somewhere or you can't go back 

Re: Spectate mode
You just need to find characterorzelek wrote:You need to store current player entity somewhere or you can't go back
Code: Select all
/c game.player.character=game.player.selected
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.