ItsMods

Full Version: DVAR for Thirdperson
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a Dvar for thirdperson?
the complete dvar list is posted on this board dude.
http://www.itsmods.com/forum/Thread-Comp...rdump.html

everything related to 3rd person

Code:
cg_thirdPerson "0"
cg_fov_default_thirdperson "40"
cg_spectateThirdPerson "0"
cg_thirdPersonAngle "354"
cg_thirdPersonFocusDist "512"
cg_thirdPersonMode "Fixed"
cg_thirdPersonRange "120"
(12-29-2010, 09:43)d0h! Wrote: [ -> ]the complete dvar list is posted on this board dude.
http://www.itsmods.com/forum/Thread-Comp...rdump.html

everything related to 3rd person

Code:
cg_thirdPerson "0"
cg_fov_default_thirdperson "40"
cg_spectateThirdPerson "0"
cg_thirdPersonAngle "354"
cg_thirdPersonFocusDist "512"
cg_thirdPersonMode "Fixed"
cg_thirdPersonRange "120"
cg_thirdperson not working
try both ways:

Code:
setDvar("Dvar", "Value");
self setclientDvar("Dvar", "Value");
cg_thirdperson Didn't worked for me neither 2 weeks ago, I just put FOV on 1 so it's kinda disabled.. what you wanna do?
(12-29-2010, 10:00)d0h! Wrote: [ -> ]try both ways:

Code:
setDvar("Dvar", "Value");
self setclientDvar("Dvar", "Value");
both fail
then its cheat protected and were removed by assarc
It aint cheat protected. If you type in:
/toggle cg_thirdperson 1
it works fine. Even:
self setClientDvar("cg_thirdperson", "1");
I have no idea what your talking about.

Maybe it's the fact I'm running in devleoper mode with devmap but idk.