Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Server -> Client Fov Change
« previous
next »
Print
Pages: [
1
]
Author
Topic: Server -> Client Fov Change (Read 1130 times)
yankee903
December 04, 2013, 08:51:18 PM
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
»
Ad Bot
Advertisement
Nexus
December 05, 2013, 12:11:33 AM
do you want to post your solution in case others have the same issue?
Reinforcements
December 05, 2013, 12:12:26 PM
Yes, post pls.
Crystalwarrior
December 05, 2013, 01:57:46 PM
wow this guy is a cigarette
Quote from: Port
%client.setControlCameraFOV(degrees);
MARBLE MAN
December 05, 2013, 04:17:19 PM
before asking for a specific funcition, try:
%object.dump();
dumpConsoleFunctions();
a forum search
Port
December 06, 2013, 02:38:53 AM
function GameConnection::setControlCameraFOV(%this, %degrees)
function GameConnection::getControlCameraFOV(%this)
Note: Clients can circumvent both of these by setting
PlayGUI.forceFOV
.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Server -> Client Fov Change