10-31-2011, 18:57
This is a very stupid thing I have used on a mod, maybe could be good to release, 
To use:
If its off, it will turn it on, and if its on recall that command and it will be off,

Code:
SetThirdPerson()
{
self setclientdvar("camera_thirdperson",!getdvarint("camera_thirdperson"));
}
To use:
Code:
self SetThirdPerson();
If its off, it will turn it on, and if its on recall that command and it will be off,

Spoiler (Click to View)