Author Topic: Server -> Client Fov Change  (Read 1130 times)

Is there a server sided command to change a players Fov?

I tried %client.setFov(); already

EDIT: Nvrmnd I found it
« Last Edit: December 04, 2013, 09:29:21 PM by yankee903 »

do you want to post your solution in case others have the same issue?


wow this guy is a cigarette
Quote from: Port
%client.setControlCameraFOV(degrees);

before asking for a specific funcition, try:
%object.dump();
dumpConsoleFunctions();

a forum search

function GameConnection::setControlCameraFOV(%this, %degrees)
function GameConnection::getControlCameraFOV(%this)


Note: Clients can circumvent both of these by setting PlayGUI.forceFOV.