I'm trying to block the camera in TPS to map more GBGameInfo::MAPID_ServerTest is blocked on all maps
Code:if(InputMappingMngr->wasPressed(r3dInputMappingMngr::KS_SWITCH_FPS_TPS) && !(hudAttm && hudAttm->isActive()) && !(hudMain && hudMain->isChatInputActive()) && !Mouse->GetMouseVisibility() && !pl->bSwim && pl->PlayerState != PLAYER_PRONE_UP && pl->PlayerState != PLAYER_PRONE_DOWN) { if (!pl->isInVehicle() && !pl->isPassenger()) pl->switchFPS_TPS(); } if(GBGameInfo::MAPID_ServerTest) { g_camera_mode->SetInt(0); }


Reply With Quote![[Help] Lock TPS Camera?](http://ragezone.com/hyper728.png)

