in WarZ.sln
HUD_TPSGame.cpp
Search for:
PHP Code:if(pl->m_isFinishedAiming && !pl->m_isInScope)
{
if(Keyboard->WasPressed(kbsLeftShift))
{
R3D_SWAP(g_CameraLeftSideSource, g_CameraLeftSideTarget);
g_CameraLeftSideLerp = 0.0f;
}
}
change to:
PHP Code://if(pl->m_isFinishedAiming && !pl->m_isInScope)
//{
if(Keyboard->WasPressed(kbsLeftAlt)) //Here you put the key you want
{
R3D_SWAP(g_CameraLeftSideSource, g_CameraLeftSideTarget);
g_CameraLeftSideLerp = 0.0f;
}
//}
ready be happy =)
Do not forget to thank me =)
Credits: Staff DeathZ



Reply With Quote![[Tutorial] changing the position of the camera by pressing ALT](http://ragezone.com/hyper728.png)


