ItsMods

Full Version: 3rd person mw3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i make myself 3rd person??? "camera_thirdPerson" that is the dvar
i dont know how to set it to myself.
cg_thirdperson 1 ( client )
I'm not sure if that dvar is working after update. But you should try.
whats the code for that?
Code:
SetClientDvar(Client.ClientNum, "cg_thirdperson 1");
Thanks it works