19.04.2018, 10:52
That is the jet object. Just move it like Twixx suggested and attach the camera to it.
The player is not actually on that plane, it is spectate mode combined with AttachCameraTo(Player)Object (that's why it is so smooth and the players will still be able to look around, which wouldn't be the case with InterpolateCameraPos).
See flymode.pwn for an example of how to attach a camera to an object.
When pressing F (or whatever key you want to use) the player just spawns at the Aircraft's location.
The player is not actually on that plane, it is spectate mode combined with AttachCameraTo(Player)Object (that's why it is so smooth and the players will still be able to look around, which wouldn't be the case with InterpolateCameraPos).
See flymode.pwn for an example of how to attach a camera to an object.
When pressing F (or whatever key you want to use) the player just spawns at the Aircraft's location.