Author Topic: Freecam  (Read 1184 times)

Just a hotkey that (un)freezes your camera where your character. Closet thing I've found is a chasecam that only allows delays instead of flat-out stopping movement.

serverconnection.chasecam(999999);

serverconnection.chasecam(999999);

Still just a delay, camera eventually catches up.


Still just a delay, camera eventually catches up.
After like fifteen minutes. It's what you want.

After like fifteen minutes. It's what you want.

it only takes a minute or so for the camera to start again unless you like sitting in the same spot for awhile before moving.


it only takes a minute or so for the camera to start again unless you like sitting in the same spot for awhile before moving.
999999 milliseconds means that the camera will wait somewhere around fifteen minutes to start chasing you.

999999 milliseconds means that the camera will wait somewhere around fifteen minutes to start chasing you.

pretty sure theres a limit on how long it can wait, seeing how this is exactly what I've done before, and it doesn't last more than a minute or two.