Author Topic: Gmod Camera  (Read 1908 times)

The first topic got too old, so I'll make a new one. There should be an item that places a camera where you stand by shooting with it, like in Gmod. Just so you won't have to wait for an actor to come to your server just to do a one man scene. Oh, and don't say "Use Chase Cam.", because that is not good. It only lasts up for, like, 10 seconds. I mean that there should be a static camera. And, don't say "Camera Events" either, because while in Camera Mode, you can't move. Is this possible?

Use the console version of Chase cam. It lets you set it up to infinite time.

How do you use the console version?

New version of camera mode, perhaps?


How do you use the console version?

ServerConnection.ChaseCam([Time in ms]);   I think..

ServerConnection.ChaseCam([Time in ms]);   I think..
You just type it in the console?

Durrr. Of course. type ServerConnection.ChaseCam(1000000000);

Durrr. Of course. type ServerConnection.ChaseCam(1000000000);
But, can you type in -1 to make it be still forever?

But, can you type in -1 to make it be still forever?

No, you crash. :|

I typed ServerConnection.ChaseCam (99999999999); and I crashed.
Still, I want it to be a tool that is easy to use, not a console command.

You crash if you put in too many numbers.

You crash if you put in too many numbers.

I put in 99999999999 and i did not crash.

ServerConnection.ChaseCam (99999999999);
                                        ^
well there's your problem, you did it wrong

Bump. I want it to be an item, not a console command.